FInstancedPropertyPath

Meant to represent a specific object property that is setup to reference a instanced sub-object.

Windows
MacOS
Linux

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

Name Description

Public function

FInstancedPropertyPath

(
    FProperty* RootProperty,
    int32 ArrayIndex,
    bool bIsMapValue
)

Functions

Name Description

Public function Const

const FPrope...

 

Head()

Public function

void

 

Pop()

Public function

void

 

Push

(
    const FProperty* Property,
    int32 ArrayIndex,
    bool bIsMapValue
)

Public function Const

UObject *...

 

Resolve

(
    const UObject* Container
)

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