Navigation
API > API/Runtime > API/Runtime/PropertyPath
Base class for resolving property paths
| Name | FPropertyPathResolver |
| Type | struct |
| Header File | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include Path | #include "PropertyPathHelpers.h" |
Syntax
struct FPropertyPathResolver
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPropertyPathResolver() |
Virtual destructor | PropertyPathHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Resolve
(
void* InContainer, |
Callbacks for a leaf segment in a property path iteration. Used to resolve the property path. | PropertyPathHelpers.h | |
bool Resolve
(
UObject* InContainer, |
PropertyPathHelpers.h |