FArchiveSerializedPropertyChain::GetPropertyFromRoot

Get the property at the given index from the root @note This index is in array order, so the 0th index with be the root 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 * GetPropertyFromRoot
(
    const int32 InRootIndex
) const

Remarks

Get the property at the given index from the root @note This index is in array order, so the 0th index with be the root 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