Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/InstancedReferenceSubobjectHelper.h |
| Include | #include "InstancedReferenceSubobjectHelper.h" |
Syntax
struct FInstancedSubObjRef
Remarks
Can be used as a raw sub-object pointer, but also contains a FInstancedPropertyPath to identify the property that this sub-object is referenced by. Paired together for ease of use (so API users don't have to manage a map).
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInstancedPropertyPath | PropertyPath | ||
| UObject * | SubObjInstance |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInstancedSubObjRef
(
UObject* SubObj, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| UObject * | operator-> () |