Navigation
API > API/Runtime > API/Runtime/PropertyPath > API/Runtime/PropertyPath/TPropertyPathResolver > API/Runtime/PropertyPath/TPropertyPathResolver/Resolve
- FPropertyPathResolver::Resolve()
- TPropertyPathResolver::Resolve()
References
Module | PropertyPath |
Header | /Engine/Source/Runtime/PropertyPath/Public/PropertyPathHelpers.h |
Include | #include "PropertyPathHelpers.h" |
virtual 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 |