PropertyPathHelpersInternal::GetValue

Resolve a property path to a property and a value. Supports functions as input fields.

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::GetValue
    (
        ContainerType * InContainer,
        const FCachedPropertyPath & InPropertyPath,
        FProperty *& OutProperty,
        T & OutValue
    )
}

Remarks

Resolve a property path to a property and a value. Supports functions as input fields.

Returns

true if the address and property were resolved

Parameters

Parameter

Description

InContainer

The containing object/structure for the current path iteration

InPropertyPath

The property path to get from

OutProperty

The resolved property

OutValue

The resolved value

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