PropertyPathHelpers::GetPropertyValueFast

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

PropertyPathHelpers::GetPropertyValueFast

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

Get the value represented by this property path.

Public function

bool

 

PropertyPathHelpers::GetPropertyValueFast

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

Get the value and the leaf property represented by this property path, forcing the use of cached addresses whether or not the path resolves over object or dynamic array boundaries.

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