EArchiveValueType

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

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/StructuredArchiveFormatter.h

Include

#include "Serialization/StructuredArchiveFormatter.h"

Syntax

enum 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,
}

Values

Name

Description

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

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss