Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- FEdGraphSchemaAction
- FCustomizableObjectSchemaAction_Paste
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/EdGraphSchema_CustomizableObject.h |
| Include | #include "MuCOE/EdGraphSchema_CustomizableObject.h" |
Syntax
USTRUCT&40;&41;
struct FCustomizableObjectSchemaAction_Paste : public FEdGraphSchemaAction
Remarks
Action to paste clipboard contents into the graph
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCustomizableObjectSchemaAction_Paste
(
const FText& InNodeCategory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Simple type info. |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| FName | GetTypeId () |
||
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |