Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
| Name | UMetasoundEditorGraphMemberDefaultFloat |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphMemberDefaults.h |
| Include Path | #include "MetasoundEditorGraphMemberDefaults.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMetasoundEditorGraphMemberDefaultFloat : public UMetasoundEditorGraphMemberDefaultLiteral
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaSoundFrontendMemberMetadata → UMetasoundEditorGraphMemberDefaultLiteral → UMetasoundEditorGraphMemberDefaultFloat
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UMetasoundEditorGraphMemberDefaultFloat() |
MetasoundEditorGraphMemberDefaults.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClampDefault | bool | MetasoundEditorGraphMemberDefaults.h |
|
|
| OnClampChanged | FOnMetasoundInputClampDefaultChangedEvent | MetasoundEditorGraphMemberDefaults.h | ||
| OnDefaultValueChanged | FOnMetasoundInputValueChangedEvent | MetasoundEditorGraphMemberDefaults.h | ||
| OnRangeChanged | FOnMetasoundRangeChangedEvent | MetasoundEditorGraphMemberDefaults.h | ||
| Range | FVector2D | MetasoundEditorGraphMemberDefaults.h |
|
|
| VolumeWidgetDecibelRange | FVector2D | Range in decibels. This will be converted to the linear range in the Default Value category. | MetasoundEditorGraphMemberDefaults.h |
|
| VolumeWidgetUseLinearOutput | bool | If true, output linear value. | MetasoundEditorGraphMemberDefaults.h |
|
| WidgetOrientation | TEnumAsByte< EOrientation > | MetasoundEditorGraphMemberDefaults.h |
|
|
| WidgetType | EMetasoundMemberDefaultWidget | MetasoundEditorGraphMemberDefaults.h |
|
|
| WidgetUnitValueType | EAudioUnitsValueType | MetasoundEditorGraphMemberDefaults.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Default | float | MetasoundEditorGraphMemberDefaults.h |
|
|
| Defaults | TArray< FMetasoundEditorMemberPageDefaultFloat > | MetasoundEditorGraphMemberDefaults.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2D GetRange() |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void PostLoad() |
MetasoundEditorGraphMemberDefaults.h | ||
void SetInitialRange() |
Set Range to reasonable limit given current Default value. | MetasoundEditorGraphMemberDefaults.h | |
void SetRange
(
const FVector2D InRange |
MetasoundEditorGraphMemberDefaults.h |
Overridden from UMetasoundEditorGraphMemberDefaultLiteral
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ForceRefresh() |
MetasoundEditorGraphMemberDefaults.h | ||
virtual EMetasoundFrontendLiteralType GetLiteralType() |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void InitDefault
(
const FGuid& InPageID |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void Initialize() |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void IterateDefaults
(
TFunctionRef< void(const FGuid&, FMetasoundFrontendLiteral)> Iter |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& InPropertyChangedEvent |
MetasoundEditorGraphMemberDefaults.h | ||
virtual bool RemoveDefault
(
const FGuid& InPageID |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void ResetDefaults() |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void SetFromLiteral
(
const FMetasoundFrontendLiteral& InLiteral, |
MetasoundEditorGraphMemberDefaults.h | ||
virtual bool Synchronize () |
Synchronizes local transient editor-only member data with changes made to the associated Frontend Document member. | MetasoundEditorGraphMemberDefaults.h | |
virtual bool TryFindDefault
(
FMetasoundFrontendLiteral& OutLiteral, |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void UpdatePreviewInstance
(
const Metasound::FVertexName& InParameterName, |
MetasoundEditorGraphMemberDefaults.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClampDefaults() |
MetasoundEditorGraphMemberDefaults.h |
Overridden from UMetasoundEditorGraphMemberDefaultLiteral
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ResolvePageDefaults() |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void SortPageDefaults() |
MetasoundEditorGraphMemberDefaults.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WidgetValueType_DEPRECATED | PRAGMA_DISABLE_DEPRECATION_WARNINGS EMetasoundMemberDefaultWidgetValueType | MetasoundEditorGraphMemberDefaults.h |
|