Navigation
API > API/Editor > API/Editor/AudioEditor
Action to add a node to the graph
| Name | FSoundSubmixGraphSchemaAction_NewNode |
| Type | struct |
| Header File | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphSchema.h |
| Include Path | #include "SoundSubmixGraph/SoundSubmixGraphSchema.h" |
Syntax
USTRUCT ()
struct FSoundSubmixGraphSchemaAction_NewNode : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FSoundSubmixGraphSchemaAction_NewNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SoundSubmixGraph/SoundSubmixGraphSchema.h | |||
FSoundSubmixGraphSchemaAction_NewNode
(
FText InNodeCategory, |
SoundSubmixGraph/SoundSubmixGraphSchema.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewSoundSubmixName | FString | Name for the new SoundSubmix | SoundSubmixGraph/SoundSubmixGraphSchema.h |
Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeId() |
SoundSubmixGraph/SoundSubmixGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
SoundSubmixGraph/SoundSubmixGraphSchema.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticGetTypeId() |
Simple type info. | SoundSubmixGraph/SoundSubmixGraphSchema.h |