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