PropertyPathHelpers::GetPropertyValue

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

bool

 

PropertyPathHelpers::GetPropertyValue

(
    UObject* InContainer,
    const FString& InPropertyPath,
    T& OutValue
)

Get the value represented by this property path.

Public function

bool

 

PropertyPathHelpers::GetPropertyValue

(
    UObject* InContainer,
    const FCachedPropertyPath& InPrope...,
    T& OutValue
)

Get the value represented by this property path.

Public function

bool

 

PropertyPathHelpers::GetPropertyValue

(
    UObject* InContainer,
    const FCachedPropertyPath& InPrope...,
    T& OutValue,
    FProperty*& OutProperty
)

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

Public function

bool

 

PropertyPathHelpers::GetPropertyValue

(
    UObject* InContainer,
    const FString& InPropertyPath,
    T& OutValue,
    FProperty*& OutProperty
)

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