Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Ordered such that highest priority is highest value.
| Name | Metasound::Editor::EPrimaryContextGroup |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include Path | #include "MetasoundEditorGraphSchema.h" |
Syntax
namespace Metasound
{
namespace Editor
{
enum EPrimaryContextGroup
{
Conversions = 0,
Graphs,
Functions,
Outputs,
Inputs,
Variables,
Favorites,
Recents,
Common = 255,
}
}
}
Values
| Name | Remarks |
|---|---|
| Conversions | |
| Graphs | |
| Functions | |
| Outputs | |
| Inputs | |
| Variables | |
| Favorites | |
| Recents | This MUST be the last one before Common, because the space between them is reserved for Recent actions ordered by most recent. |
| Common |