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
struct FPropertyPathResolver
Remarks
Base class for resolving property paths
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| 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, |