Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMetasoundEditorGraphMemberDefaultLiteral
- UMetasoundEditorGraphMemberDefaultFloat
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphMemberDefaults.h |
| Include | #include "MetasoundEditorGraphMemberDefaults.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphMemberDefaultFloat : public UMetasoundEditorGraphMemberDefaultLiteral
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | ClampDefault | ||
| FOnMetasoundInputClampDefaultChangedEvent | OnClampChanged | ||
| FOnMetasoundInputValueChangedEvent | OnDefaultValueChanged | ||
| FOnMetasoundRangeChangedEvent | OnRangeChanged | ||
| FVector2D | Range | ||
| FVector2D | VolumeWidgetDecibelRange | Range in decibels. This will be converted to the linear range in the Default Value category. | |
| bool | VolumeWidgetUseLinearOutput | If true, output linear value. | |
| TEnumAsByte< EOrientation > | WidgetOrientation | ||
| EMetasoundMemberDefaultWidget | WidgetType | ||
| EMetasoundMemberDefaultWidgetValueType | WidgetValueType |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetDefault () |
||
| FName | |||
| FVector2D | GetRange () |
||
| void | SetDefault
(
const float InDefault |
||
| void | Set Range to reasonable limit given current Default value. | ||
| void |
Overridden from UMetasoundEditorGraphMemberDefaultLiteral
| Type | Name | Description | |
|---|---|---|---|
| void | ForceRefresh () |
||
| FMetasoundFrontendLiteral | GetDefault () |
||
| EMetasoundFrontendLiteralType | |||
| void | SetFromLiteral
(
const FMetasoundFrontendLiteral& InLiteral |
||
| void | UpdatePreviewInstance
(
const Metasound::FVertexName& InParameterName, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& InPropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. |