FArchiveProxy::SetSerializedPropertyChain

Set the raw serialized property chain for this archive, optionally overriding the serialized property too (or null to use the head of the property chain)

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::SetSerializedPropertyChain()

FArchiveProxy::SetSerializedPropertyChain()

References

Module

Core

Header

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

Include

#include "Serialization/ArchiveProxy.h"

Syntax

virtual void SetSerializedPropertyChain
(
    const FArchiveSerializedPropertyChain * InSerializedPropertyChain,
    class FProperty * InSerializedPropertyOverride
)

Remarks

Set the raw serialized property chain for this archive, optionally overriding the serialized property too (or null to use the head of the property chain)

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