ICustomizableObjectEditor

Public interface to Customizable Object Editor.

Inheritance Hierarchy

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

Name Description

Public function Virtual Const

bool

 

CanPasteNodes()

Checks whether nodes can currently be pasted */.

Public function Virtual

UEdGraphNode...

 

CreateCommentBox

(
    const FVector2D& NodePos
)

Public function

UCustomizabl...

 

GetCustomizableObject()

Retrieves the current Customizable Object displayed in the Editor.

Public function Virtual

void

 

PasteNodesHere

(
    const FVector2D& Location
)

Paste nodes at a specific location.

Public function Virtual

void

 

ReconstructNode

(
    UEdGraphNode* Node
)

Public function Virtual

void

 

SelectNode

(
    const UCustomizableObjectNode*...
)

Make sure the graph editor selects a specific node.

Public function Virtual

void

 

UpdateGraphNodeProperties()

Public function Virtual

void

 

UpdateObjectProperties()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel