FDynamicPropertyPath

Windows
MacOS
Linux

Inheritance Hierarchy

FCachedPropertyPath

FDynamicPropertyPath

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Binding/DynamicPropertyPath.h

Include

#include "Binding/DynamicPropertyPath.h"

Syntax

struct FDynamicPropertyPath : public FCachedPropertyPath

Constructors

Name Description

Public function

FDynamicPropertyPath()

Public function

FDynamicPropertyPath

(
    const FString& Path
)

Public function

FDynamicPropertyPath

(
    const TArray< FString >& PropertyC...
)

Functions

Name Description

Public function Const

bool

 

GetValue

(
    UObject* InContainer,
    T& OutValue
)

Get the value represented by this property path

Public function Const

bool

 

GetValue

(
    UObject* InContainer,
    T& OutValue,
    FProperty*& OutProperty
)

Get the value and the leaf property represented by this property path

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