UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StructuredArchiveFwd.h File Reference
#include "CoreTypes.h"
#include "Misc/Build.h"
#include <type_traits>

Go to the source code of this file.

Typedefs

using FArchiveFormatterType = std::conditional_t< WITH_TEXT_ARCHIVE_SUPPORT, FStructuredArchiveFormatter, FBinaryArchiveFormatter >
 

Typedef Documentation

◆ FArchiveFormatterType

Typedef for which formatter type to support Written using std::conditional_t to work around IncludeTool complaints about if blocks in Fwd.h files