Navigation
API > API/Editor > API/Editor/AIGraph
Action to add a comment to the graph
| Name | FAISchemaAction_AddComment |
| Type | struct |
| Header File | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
| Include Path | #include "AIGraphSchema.h" |
Syntax
USTRUCT ()
struct FAISchemaAction_AddComment : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FAISchemaAction_AddComment
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AIGraphSchema.h | |||
FAISchemaAction_AddComment
(
FText InDescription, |
AIGraphSchema.h |
Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
AIGraphSchema.h |