Navigation
API > API/Runtime > API/Runtime/PropertyPath
Non-UObject helper struct for GetValue function calls
| Name | FCallGetterFunctionHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include Path | #include "PropertyPathHelpers.h" |
Syntax
template<typename T, typename ContainerType>
struct FCallGetterFunctionHelper
Struct Specializations
| Name | Remarks |
|---|---|
| FCallGetterFunctionHelper< T, UObject > | UObject partial specialization of FCallGetterFunctionHelper |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CallGetterFunction
(
ContainerType* InContainer, |
PropertyPathHelpers.h |