Navigation
API > API/Runtime > API/Runtime/PropertyPath
Inheritance Hierarchy
- FPropertyPathResolver
- TPropertyPathResolver
- FInternalGetterResolver
- FInternalSetterResolver
References
Module | PropertyPath |
Header | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
Include | #include "PropertyPathHelpers.h" |
Syntax
template<typename DerivedType>
struct TPropertyPathResolver : public PropertyPathHelpersInternal::FPropertyPathResolver
Remarks
Recurring template allowing derived types to only implement templated Resolve_Impl
Overridden from FPropertyPathResolver
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Resolve
(
void* InContainer, |
Callbacks for a leaf segment in a property path iteration. Used to resolve the property path. |
![]() ![]() |
bool | Resolve
(
UObject* InContainer, |