UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StructuredArchiveDefines.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Misc/Build.h"
6
10#ifndef DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS
11 #if DO_GUARD_SLOW
12 #define DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS 1
13 #else
14 #define DO_STRUCTURED_ARCHIVE_CONTAINER_CHECKS 0
15 #endif
16#endif
17
21#ifndef DO_STRUCTURED_ARCHIVE_UNIQUE_FIELD_NAME_CHECKS
22 #define DO_STRUCTURED_ARCHIVE_UNIQUE_FIELD_NAME_CHECKS 0
23#endif