FArchiveState::SetSerializedProperty

Overrides the property that is currently being serialized

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::SetSerializedProperty()

FArchiveProxy::SetSerializedProperty()

References

Module

Core

Header

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

Include

#include "Serialization/Archive.h"

Syntax

virtual void SetSerializedProperty
(
    FProperty * InProperty
)

Remarks

Overrides the property that is currently being serialized

: You likely want to call PushSerializedProperty/PopSerializedProperty instead

Parameters

Parameter

Description

InProperty

Pointer to the property that is currently being serialized

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