Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveSerializedPropertyChain
Description
Get the property at the given index on the stack
This index is in stack order, so the 0th index with be the leaf property on the stack
| Name | GetPropertyFromStack |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveSerializedPropertyChain.h |
| Include Path | #include "Serialization/ArchiveSerializedPropertyChain.h" |
FProperty * GetPropertyFromStack
(
const int32 InStackIndex
) const