Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > SoundSubmixGraph > USoundSubmixGraphSchema
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 GetContextMenuActions ( class [UToolMenu](API\Developer\ToolMenus\UToolMenu) * Menu, class [UGraphNodeContextMenuContext](API\Runtime\Engine\EdGraph\UGraphNodeContextMenuContext) * Context ) const
Remarks
Gets actions that should be added to the right-click context menu for a node or pin
Parameters
Name | Description |
---|---|
Menu | The menu to append actions to. |
Context | The menu's context. |