PropertyPathHelpers::SetPropertyValue

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

PropertyPathHelpers::SetPropertyValue

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

Set the value and the leaf property represented by this property path If the cached property path has a cached address it will use that as a 'fast path' instead of iterating the path.

Public function

bool

 

PropertyPathHelpers::SetPropertyValue

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

Set the value and the leaf property represented by this property path If the cached property path has a cached address it will use that as a 'fast path' instead of iterating the 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