Navigation
API > API/Plugins > API/Plugins/PCGEditor
Creates a new subgraph element and allows choosing whether it can be a subgraph node or a loop node.
| Name | FPCGEditorGraphSchemaAction_NewSubgraphElement |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Schema/PCGEditorGraphSchemaActions.h |
| Include Path | #include "Schema/PCGEditorGraphSchemaActions.h" |
Syntax
USTRUCT ()
struct FPCGEditorGraphSchemaAction_NewSubgraphElement : public FPCGEditorGraphSchemaActionBase
Inheritance Hierarchy
- FEdGraphSchemaAction → FPCGEditorGraphSchemaActionBase → FPCGEditorGraphSchemaAction_NewSubgraphElement
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Behavior | EPCGEditorNewPCGGraphBehavior | Schema/PCGEditorGraphSchemaActions.h | ||
| SubgraphObjectPath | FSoftObjectPath | Schema/PCGEditorGraphSchemaActions.h |
Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeId() |
Schema/PCGEditorGraphSchemaActions.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Schema/PCGEditorGraphSchemaActions.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Schema/PCGEditorGraphSchemaActions.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Schema/PCGEditorGraphSchemaActions.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Schema/PCGEditorGraphSchemaActions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UEdGraphNode * MakeGraphNode
(
UPCGEditorGraph* InEditorGraph, |
Schema/PCGEditorGraphSchemaActions.h | ||
static void MakeGraphNodes
(
UPCGEditorGraph* InEditorGraph, |
Schema/PCGEditorGraphSchemaActions.h | ||
static void MakeGraphNodesOrContextualMenu
(
const TSharedRef< class SWidget >& InPanel, |
Schema/PCGEditorGraphSchemaActions.h | ||
static FName StaticGetTypeId() |
Simple type info. | Schema/PCGEditorGraphSchemaActions.h |