Navigation
API > API/Editor > API/Editor/AIGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FAISchemaAction_AddComment
References
| Module | AIGraph |
| Header | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
| Include | #include "AIGraphSchema.h" |
Syntax
struct FAISchemaAction_AddComment : public FEdGraphSchemaAction
Remarks
Action to add a comment to the graph
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAISchemaAction_AddComment
(
FText InDescription, |
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. |