Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
StructuredArchiveDefines.h File Reference
#include "Misc/Build.h"
+ Include dependency graph for StructuredArchiveDefines.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS   0
 
#define DO_STRUCTURED_ARCHIVE_UNIQUE_FIELD_NAME_CHECKS   0
 

Macro Definition Documentation

◆ DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS

#define DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS   0

DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS - if set, checks that nested container types are serialized correctly.

Definition at line 14 of file StructuredArchiveDefines.h.

◆ DO_STRUCTURED_ARCHIVE_UNIQUE_FIELD_NAME_CHECKS

#define DO_STRUCTURED_ARCHIVE_UNIQUE_FIELD_NAME_CHECKS   0

DO_STRUCTURED_ARCHIVE_UNIQUE_FIELD_NAME_CHECKS - if set, checks that field names are unique within a container. Requires DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS.

Definition at line 22 of file StructuredArchiveDefines.h.