Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/GraphTraversal.h |
| Include | #include "MuCOE/GraphTraversal.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/GraphTraversal.cpp |
bool GetParentsUntilRoot
&40;
UCustomizableObject &42; Object,
TArray< UCustomizableObjectNodeObject &42; > & ArrayNodeObject,
TArray< UCustomizableObject &42; > & ArrayCustomizableObject
&41;
Remarks
Return in ArrayNodeObject the roots nodes in each Customizable Object graph until the whole root node is found (i.e. the one with parent = nullptr) return false if a cycle is found between Customizable Objects