FInstancedSubObjRef

Can be used as a raw sub-object pointer, but also contains a [FInstancedPropertyPath](API\Runtime\Engine\FInstancedPropertyPath) to identify the property that this sub-object is referenced by.

Windows
MacOS
Linux

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

Name Description

Public variable

FInstancedPrope...

 

PropertyPath

Public variable

UObject *

 

SubObjInstance

Constructors

Name Description

Public function

FInstancedSubObjRef

(
    UObject* SubObj,
    const FInstancedPropertyPath& Prop...
)

Operators

Name Description

Public function Const

 

operator UObject *()

Public function Const

UObject *...

 

operator->()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss