Navigation
API > API/Runtime > API/Runtime/PropertyPath
Inheritance Hierarchy
- FPropertyPathResolver
- TPropertyPathResolver
- FInternalGetterResolver
References
| Module | PropertyPath |
| Header | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include | #include "PropertyPathHelpers.h" |
Syntax
template<typename T>
struct FInternalGetterResolver : public PropertyPathHelpersInternal::TPropertyPathResolver< FInternalGetterResolver< T > >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FProperty *& | Property | ||
| T & | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInternalGetterResolver
(
T& InValue, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Resolve_Impl
(
ContainerType* InContainer, |