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