Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/ICustomizableObjectEditor
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/ICustomizableObjectEditor.h |
| Include | #include "MuCOE/ICustomizableObjectEditor.h" |
virtual void ReconstructAllChildNodes
&40;
UCustomizableObjectNode & StartNode,
const UClass & NodeType
&41;
Remarks
Reconstructs all child the nodes that match the given type.
Parameters
| Name | Description |
|---|---|
| StartNode | Root node to start the graph traversal. This one also will be reconstructed. |
| NodeType | Node types to reconstruct. |