FArchiveSerializedPropertyChain::PushProperty

Push a property that is currently being serialized

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/ArchiveSerializedPropertyChain.h"

Syntax

void PushProperty
(
    class FProperty * InProperty,
    const bool bIsEditorOnlyProperty
)

Remarks

Push a property that is currently being serialized

Parameters

Parameter

Description

InProperty

Pointer to the property that is currently being serialized

bIsEditorOnlyProperty

True if the property is editor only (call FProperty::IsEditorOnlyProperty to work this out, as the archive can't since it can't access CoreUObject types)

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