Navigation
API > API/Runtime > API/Runtime/PropertyPath
Helper function used to get a value from an already-resolved property path
| Name | FGetValueFastHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include Path | #include "PropertyPathHelpers.h" |
Syntax
template<typename T>
struct FGetValueFastHelper
Struct Specializations
| Name | Remarks |
|---|---|
| FGetValueFastHelper< T[N]> | Partial specialization for arrays |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetValue
(
const FCachedPropertyPath& InPropertyPath, |
PropertyPathHelpers.h |