FArchiveSerializedPropertyChain::GetPropertyFromStack

Get the property at the given index on the stack @note This index is in stack order, so the 0th index with be the leaf property on the stack

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/ArchiveSerializedPropertyChain.h"

Syntax

FProperty * GetPropertyFromStack
(
    const int32 InStackIndex
) const

Remarks

Get the property at the given index on the stack @note This index is in stack order, so the 0th index with be the leaf property on the stack

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