PropertyPathHelpers::GetPropertyValue

Overload list

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.

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