Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorModule.h |
| Include | #include "MetasoundEditorModule.h" |
Syntax
class FMetasoundDefaultLiteralCustomizationBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| IDetailCategoryBuilder * | DefaultCategoryBuilder |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundDefaultLiteralCustomizationBase
(
IDetailCategoryBuilder& InDefaultCategoryBuilder |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< IDetailPropertyRow * > | CustomizeLiteral
(
UMetasoundEditorGraphMemberDefaultLiteral& InLiteral, |
Customizes the given literal for the provided DetailLayoutBuilder. |