FArchiveState::GetSerializedPropertyChain

Gets the chain of properties that are currently being serialized

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/Archive.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp

Syntax

void GetSerializedPropertyChain
(
    TArray< class FProperty * > & OutProperties
) const

Remarks

Gets the chain of properties that are currently being serialized

This populates the array in stack order, so the 0th entry in the array is the top of the stack of properties

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