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 FGetValueHelper
Remarks
Helper function used to get a value
Specializations
FGetValueHelper< bool, ContainerType >
FGetValueHelper< T[N], ContainerType >
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetValue
(
ContainerType* InContainer, |