Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Meant to represent a specific object property that is setup to reference a instanced sub-object. Tracks the property hierarchy used to reach the property, so that we can easily retrieve instanced sub-objects from a container object.
| Name | FInstancedPropertyPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/InstancedReferenceSubobjectHelper.h |
| Include Path | #include "InstancedReferenceSubobjectHelper.h" |
FInstancedPropertyPath
(
FProperty * RootProperty,
int32 ArrayIndex,
bool bIsMapValue
)