Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundSubmixGraph > API/Editor/AudioEditor/SoundSubmixGraph/USoundSubmixGraphSchema
- UEdGraphSchema::GetGraphContextActions()
- USoundSubmixGraphSchema::GetGraphContextActions()
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphSchema.h |
| Include | #include "SoundSubmixGraph/SoundSubmixGraphSchema.h" |
| Source | /Engine/Source/Editor/AudioEditor/Private/SoundSubmixGraphSchema.cpp |
virtual void GetGraphContextActions
&40;
FGraphContextMenuBuilder & ContextMenuBuilder
&41; const
Remarks
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin
Parameters
| Name | Description |
|---|---|
| ContextMenuBuilder | The context (graph, dragged pin, etc...) and output menu builder. |