Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundCueGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FSoundCueGraphSchemaAction_NewComment
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraphSchema.h |
| Include | #include "SoundCueGraph/SoundCueGraphSchema.h" |
Syntax
struct FSoundCueGraphSchemaAction_NewComment : public FEdGraphSchemaAction
Remarks
Action to create new comment
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSoundCueGraphSchemaAction_NewComment
(
FText InNodeCategory, |
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. |