Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- FEdGraphSchemaAction
- FNiagaraSchemaAction_NewNode
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h |
| Include | #include "EdGraphSchema_Niagara.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraSchemaAction_NewNode : public FEdGraphSchemaAction
Remarks
Action to add a node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | InternalName | ||
| TObjectPtr< class UEdGraphNode > | NodeTemplate | Template of node we want to create |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeType * | SpawnNodeFromTemplate
(
UEdGraph* ParentGraph, |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
GC. | |
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. | |
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |