Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/InstancedReferenceSubobjectHelper.h |
| Include | #include "InstancedReferenceSubobjectHelper.h" |
Syntax
struct FInstancedPropertyPath
Remarks
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.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInstancedPropertyPath
(
FProperty* RootProperty, |