PropertyPathHelpers::SetPropertyValueFast

Get the value represented by this property path.

Windows
MacOS
Linux

References

Module

PropertyPath

Header

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

Include

#include "PropertyPathHelpers.h"

Syntax

namespace PropertyPathHelpers
{
    template<typename T>
    bool PropertyPathHelpers::SetPropertyValueFast
    (
        UObject * InContainer,
        const FCachedPropertyPath & InPropertyPath,
        const T & InValue
    )
}

Remarks

Get the value represented by this property path. Fast, unsafe version. Using this function implies that the path is resolved and has not changed since last resolution.

Returns

true if the property value was successfully copied

Parameters

Parameter

Description

InContainer

The container object to resolve the property path against

InPropertyPath

The property path

InValue

The value to write from

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