Navigation
API > API/Runtime > API/Runtime/PropertyPath
Recurring template allowing derived types to only implement templated Resolve_Impl
| Name | TPropertyPathResolver |
| Type | struct |
| Header File | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include Path | #include "PropertyPathHelpers.h" |
Syntax
template<typename DerivedType>
struct TPropertyPathResolver : public PropertyPathHelpersInternal::FPropertyPathResolver
Inheritance Hierarchy
- FPropertyPathResolver → TPropertyPathResolver
Derived Classes
Functions
Public
Overridden from FPropertyPathResolver
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Resolve
(
void* InContainer, |
Callbacks for a leaf segment in a property path iteration. Used to resolve the property path. | PropertyPathHelpers.h | |
virtual bool Resolve
(
UObject* InContainer, |
PropertyPathHelpers.h |