Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FArchiveState
Syntax
uint8 ArIsTextFormat: 1
Remarks
Whether this archive serializes to a text format. Text format archives should use high level constructs from FStructuredArchive for delimiting data rather than manually seeking through the file.