UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StructuredArchiveDefines.h File Reference
#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
 

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.

◆ 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.