FGetValueFastHelper

Helper function used to get a value from an already-resolved property path

Windows
MacOS
Linux

References

Module

PropertyPath

Header

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

Include

#include "PropertyPathHelpers.h"

Syntax

template<typename T>
struct FGetValueFastHelper

Remarks

Helper function used to get a value from an already-resolved property path

Specializations

Functions

Name Description

Public function Static

bool

 

GetValue

(
    const FCachedPropertyPath& InPrope...,
    T& OutValue,
    FProperty*& OutProperty
)

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