Navigation
API > API/Runtime > API/Runtime/PropertyPath
Helper function used to get a value
| Name | FGetValueHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include Path | #include "PropertyPathHelpers.h" |
Syntax
template<typename T, typename ContainerType>
struct FGetValueHelper
Struct Specializations
| Name | Remarks |
|---|---|
| FGetValueHelper< bool, ContainerType > | Partial specialization for bools/bitfields |
| FGetValueHelper< T[N], ContainerType > | Partial specialization for arrays |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetValue
(
ContainerType* InContainer, |
PropertyPathHelpers.h |