Navigation
API > API/Plugins > API/Plugins/TedsOutliner > API/Plugins/TedsOutliner/ITedsOutlinerHierarchyDataInterf-
Description
Iterate over the immediate parents of InRow. In the simple case this is just one parent, but if this is a complex hierarchy combining multiple individual ones there could be multiple immediate parents
Derived Overrides
| Name | ForEachImmediateParent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOutliner/Public/TedsOutlinerHierarchyInterfaces.h |
| Include Path | #include "TedsOutlinerHierarchyInterfaces.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOutliner/Private/TedsOutlinerHierarchyInterfaces.cpp |
virtual void ForEachImmediateParent
(
const DataStorage::ICoreProvider & Storage,
DataStorage::RowHandle InRow,
FParentIterationCallback Callback
)