Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- FEdGraphSchemaAction
- FNiagaraSchemaAction_NewComment
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h |
| Include | #include "EdGraphSchema_Niagara.h" |
Syntax
USTRUCT ()
struct FNiagaraSchemaAction_NewComment : public FEdGraphSchemaAction
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraSchemaAction_NewComment
(
const TSharedPtr< SGraphEditor >& InGraphEditor |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |