PropertyPathHelpersInternal::GetValueFast

Fast, unsafe version of [GetValue()](API\Runtime\PropertyPath\PropertyPathHelpersInternal__Get-_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::GetValueFast
    (
        ContainerType * InContainer,
        const FCachedPropertyPath & InPropertyPath,
        T & OutValue,
        FProperty *& OutProperty
    )
}

Remarks

Fast, unsafe version of GetValue().

Returns

true if the value was written successfully

Parameters

Parameter

Description

InContainer

The containing object/structure to iterate against

InPropertyPath

The property path to use

OutValue

The value to write to

OutProperty

The leaf property that the path resolved to

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