Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/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-> () |