Navigation
API > API/Runtime > API/Runtime/PropertyPath
References
| Module | PropertyPath |
| Header | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include | #include "PropertyPathHelpers.h" |
Syntax
template<typename T, typename ContainerType>
struct FCallSetterFunctionHelper
Remarks
Non-UObject helper struct for SetValue function calls
Specializations
FCallSetterFunctionHelper< T, UObject >
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CallSetterFunction
(
ContainerType* InContainer, |