Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyBagArrayRef
Description
Returns helper class to access a nested array (const version). Note: Note: The array reference is not valid after the layout of the referenced property bag has changed!
| Name | GetNestedArrayRef |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/PropertyBag.cpp |
TValueOrError < const FPropertyBagArrayRef , EPropertyBagResult > GetNestedArrayRef
(
const int32 Index
) const
helper class to access arrays