Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- IAssetEditorInstance
- FBaseToolkit
- TSharedFromThis
- FAssetEditorToolkit
- ICustomizableObjectInstanceEditor
- ICustomizableObjectEditor
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/ICustomizableObjectEditor.h |
| Include | #include "MuCOE/ICustomizableObjectEditor.h" |
Syntax
class ICustomizableObjectEditor : public ICustomizableObjectInstanceEditor
Remarks
Public interface to Customizable Object Editor.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Checks whether nodes can currently be pasted */. | ||
| UEdGraphNode * | CreateCommentBox
(
const FVector2D& NodePos |
||
| UCustomizableObject * | Retrieves the current Customizable Object displayed in the Editor. | ||
| void | PasteNodesHere
(
const FVector2D& Location |
Paste nodes at a specific location. | |
| void | ReconstructAllChildNodes
(
UCustomizableObjectNode& StartNode, |
Reconstructs all child the nodes that match the given type. | |
| void | ReconstructNode
(
UEdGraphNode* Node |
||
| void | SelectNode
(
const UCustomizableObjectNode* Node |
Make sure the graph editor selects a specific node. | |
| void | |||
| void |