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,
Common,
}
}
}
Values
| Name | Remarks |
|---|---|
| Conversions | |
| Graphs | |
| Functions | |
| Outputs | |
| Inputs | |
| Variables | |
| Common |