Ark Server API (ASA) - Wiki
|
#include "Misc/Build.h"
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 |
#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.
#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.