Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
StructuredArchiveFormatter.h File Reference
+ Include dependency graph for StructuredArchiveFormatter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FStructuredArchiveFormatter
 

Enumerations

enum class  EArchiveValueType {
  None , Record , Array , Stream ,
  Map , Int8 , Int16 , Int32 ,
  Int64 , UInt8 , UInt16 , UInt32 ,
  UInt64 , Float , Double , Bool ,
  String , Name , Object , Text ,
  WeakObjectPtr , SoftObjectPtr , SoftObjectPath , LazyObjectPtr ,
  RawData , AttributedValue , Attribute
}
 

Enumeration Type Documentation

◆ EArchiveValueType

Specifies the type of a value in a slot. Used by FContextFreeArchiveFormatter for introspection.

Enumerator
None 
Record 
Array 
Stream 
Map 
Int8 
Int16 
Int32 
Int64 
UInt8 
UInt16 
UInt32 
UInt64 
Float 
Double 
Bool 
String 
Name 
Object 
Text 
WeakObjectPtr 
SoftObjectPtr 
SoftObjectPath 
LazyObjectPtr 
RawData 
AttributedValue 
Attribute 

Definition at line 19 of file StructuredArchiveFormatter.h.