UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StructuredArchiveFormatter.h File Reference
#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
}
 

Enumeration Type Documentation

◆ EArchiveValueType

enum class EArchiveValueType
strong

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