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