Navigation
API > API/Runtime > API/Runtime/PropertyPath > API/Runtime/PropertyPath/FPropertyPathResolver > API/Runtime/PropertyPath/FPropertyPathResolver/Resolve
- FPropertyPathResolver::Resolve()
- TPropertyPathResolver::Resolve()
- TPropertyPathResolver::Resolve()
- TPropertyPathResolver::Resolve()
- TPropertyPathResolver::Resolve()
- TPropertyPathResolver::Resolve()
- TPropertyPathResolver::Resolve()
- TPropertyPathResolver::Resolve()
References
| Module | PropertyPath |
| Header | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
| Include | #include "PropertyPathHelpers.h" |
bool Resolve
&40;
void &42; InContainer,
const FCachedPropertyPath & InPropertyPath
&41;
Remarks
Callbacks for a leaf segment in a property path iteration. Used to resolve the property path. true if the iteration should continue.
Parameters
| Name | Description |
|---|---|
| InContainer | The containing object/structure for the current path iteration |
| InPropertyPath | The property path to resolve |