Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundDefaultLiteralCustomization.h |
| Include | #include "MetasoundDefaultLiteralCustomization.h" |
Syntax
class FMetasoundDefaultLiteralCustomizationBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| IDetailCategoryBuilder * | DefaultCategoryBuilder | ||
| TArray< TSharedPtr< IPropertyHandle > > | DefaultProperties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundDefaultLiteralCustomizationBase
(
IDetailCategoryBuilder& InDefaultCategoryBuilder |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildDefaultValueWidget
(
IDetailPropertyRow& ValueRow, |
||
| void | CustomizeDefaults
(
UMetasoundEditorGraphMemberDefaultLiteral& InLiteral, |
||
| TArray< IDetailPropertyRow * > | CustomizeLiteral
(
UMetasoundEditorGraphMemberDefaultLiteral& InLiteral, |
||
| void | CustomizePageDefaultRows
(
UMetasoundEditorGraphMemberDefaultLiteral& InLiteral, |
||
| TAttribute< EVisibility > | |||
| TAttribute< bool > | GetEnabled () |
||
| void | SetDefaultVisibility
(
TAttribute< EVisibility > VisibilityAttribute |
||
| void | SetEnabled
(
TAttribute< bool > EnableAttribute |
||
| void | SetResetOverride
(
const TOptional< FResetToDefaultOverride >& InResetOverride |
Typedefs
| Name | Description |
|---|---|
| FOnDefaultPageRowAdded |