FArchiveObjectPropertyMapper

Class for collecting references to objects, along with the properties that references that object.

Windows
MacOS
Linux

Inheritance Hierarchy

FArchiveState

FArchive

FArchiveUObject

FArchiveObjectPropertyMapper

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveObjectPropertyMapper.h

Include

#include "Serialization/ArchiveObjectPropertyMapper.h"

Syntax

class FArchiveObjectPropertyMapper : public FArchiveUObject

Remarks

Class for collecting references to objects, along with the properties that references that object.

Constructors

Name Description

Public function

FArchiveObjectPropertyMapper

(
    TMap< FProperty*, UObject*...,
    UObject* InOuter,
    UClass* InLimitClass,
    bool bInRequireDirectOuter,
    bool bInSerializeRecursively
)

Constructor

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