PropertyPathHelpersInternal::SetValueFast

Fast, unsafe version of [SetValue()](API\Runtime\PropertyPath\PropertyPathHelpersInternal__Set-_1).

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::SetValueFast
    (
        ContainerType * InContainer,
        const FCachedPropertyPath & InPropertyPath,
        const T & InValue
    )
}

Remarks

Fast, unsafe version of SetValue().

Returns

true if the value was read successfully

Parameters

Parameter

Description

InContainer

The containing object/structure to iterate against

InPropertyPath

The property path to use

OutValue

The value to read 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