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

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

Definition at line 26 of file StructuredArchiveFwd.h.