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