Ark Server API (ASA) - Wiki
|
#include "Containers/Array.h"
#include "CoreFwd.h"
#include "CoreTypes.h"
#include "Serialization/StructuredArchiveNameHelpers.h"
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 } |
|
strong |
Specifies the type of a value in a slot. Used by FContextFreeArchiveFormatter for introspection.
Definition at line 19 of file StructuredArchiveFormatter.h.