Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
| Name | UMetasoundEditorGraphMemberDefaultBool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphMemberDefaults.h |
| Include Path | #include "MetasoundEditorGraphMemberDefaults.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphMemberDefaultBool : public UMetasoundEditorGraphMemberDefaultLiteral
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaSoundFrontendMemberMetadata → UMetasoundEditorGraphMemberDefaultLiteral → UMetasoundEditorGraphMemberDefaultBool
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UMetasoundEditorGraphMemberDefaultBool() |
MetasoundEditorGraphMemberDefaults.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Default | FMetasoundEditorGraphMemberDefaultBoolRef | MetasoundEditorGraphMemberDefaults.h |
|
|
| OnDefaultStateChanged | FOnMetasoundBoolStateChangedEvent | MetasoundEditorGraphMemberDefaults.h | ||
| WidgetType | EMetasoundBoolMemberDefaultWidget | MetasoundEditorGraphMemberDefaults.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Defaults | TArray< FMetasoundEditorMemberPageDefaultBool > | MetasoundEditorGraphMemberDefaults.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDefault
(
const bool InDefault |
MetasoundEditorGraphMemberDefaults.h |
Overridden from UMetasoundEditorGraphMemberDefaultLiteral
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMetasoundFrontendLiteralType GetLiteralType() |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void InitDefault
(
const FGuid& InPageID |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void IterateDefaults
(
TFunctionRef< void(const FGuid&, FMetasoundFrontendLiteral)> Iter |
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
Overridden from UMetasoundEditorGraphMemberDefaultLiteral
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ResolvePageDefaults() |
MetasoundEditorGraphMemberDefaults.h | ||
virtual void SortPageDefaults() |
MetasoundEditorGraphMemberDefaults.h |