FPropertyProxyArchive

Simple proxy archive for serializing references to FFields from Bytecode

Windows
MacOS
Linux

Inheritance Hierarchy

FArchiveState

FArchive

FArchiveProxy

FPropertyProxyArchive

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyProxyArchive.h

Include

#include "UObject/PropertyProxyArchive.h"

Syntax

class FPropertyProxyArchive : public FArchiveProxy

Remarks

Simple proxy archive for serializing references to FFields from Bytecode

Variables

Name Description

Public variable

int32 &

 

BytecodeIndex

Current bytecode offset

Public variable

UStruct *

 

Container

Script container object

Public variable

UStruct::FUnres...

 

UnresolvedProperties

List of fields that could not be resolved at serialize time possibly due to their classes not being fully loaded yet

Constructors

Name Description

Public function

FPropertyProxyArchive

(
    FArchive& InInnerArchive,
    int32& InBytecodeIndex,
    UStruct* InContainer
)

Operators

Name Description

Public function Virtual

FArchive &

 

operator<<

(
    FField*& Value
)

Serializes a Field value from or into this archive.

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