| IAssetEditorInstance | ||||||
| FBaseToolkit | ||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/ICustomizableObjectEditor.h |
Include |
#include "MuCOE/ICustomizableObjectEditor.h" |
class ICustomizableObjectEditor : public ICustomizableObjectInstanceEditor
Public interface to Customizable Object Editor.
Name | Description | ||
---|---|---|---|
|
bool |
CanPasteNodes() |
Checks whether nodes can currently be pasted */. |
|
UEdGraphNode... |
CreateCommentBox ( |
|
|
UCustomizabl... |
GetCustomizableObject() |
Retrieves the current Customizable Object displayed in the Editor. |
|
void |
PasteNodesHere ( |
Paste nodes at a specific location. |
|
void |
ReconstructNode ( |
|
|
void |
SelectNode ( |
Make sure the graph editor selects a specific node. |
|
void |
UpdateGraphNodeProperties() |
|
|
void |
UpdateObjectProperties() |