Ark Server API (ASA) - Wiki
|
Go to the source code of this file.
Typedefs | |
using | FArchiveFormatterType = std::conditional_t<WITH_TEXT_ARCHIVE_SUPPORT, FStructuredArchiveFormatter, FBinaryArchiveFormatter> |
using FArchiveFormatterType = std::conditional_t<WITH_TEXT_ARCHIVE_SUPPORT, FStructuredArchiveFormatter, FBinaryArchiveFormatter> |
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.