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
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FInternalGetterResolver
(
T& InValue,
FProperty*& InOutProperty
)
|
|
PropertyPathHelpers.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Property |
FProperty *& |
|
PropertyPathHelpers.h |
|
| Value |
T & |
|
PropertyPathHelpers.h |
|
Functions
Public