PropertyPathHelpersInternal::SetValue

Resolve a property path to a property and a value.

Windows
MacOS
Linux

References

Module

PropertyPath

Header

/Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h

Include

#include "PropertyPathHelpers.h"

Syntax

namespace PropertyPathHelpersInternal
{
    template<typename T, typename ContainerType>
    bool PropertyPathHelpersInternal::SetValue
    (
        ContainerType * InContainer,
        const FCachedPropertyPath & InPropertyPath,
        const T & InValue
    )
}

Remarks

Resolve a property path to a property and a value.

Returns

true if the value was resolved

Parameters

Parameter

Description

InContainer

The containing object/structure for the current path iteration

InPropertyPath

The property path to set from

InValue

The value to set

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