Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMetasoundEditorGraphMemberDefaultLiteral
- UMetasoundEditorGraphMemberDefaultBool
- UMetasoundEditorGraphMemberDefaultBoolArray
- UMetasoundEditorGraphMemberDefaultFloat
- UMetasoundEditorGraphMemberDefaultFloatArray
- UMetasoundEditorGraphMemberDefaultInt
- UMetasoundEditorGraphMemberDefaultIntArray
- UMetasoundEditorGraphMemberDefaultObject
- UMetasoundEditorGraphMemberDefaultObjectArray
- UMetasoundEditorGraphMemberDefaultString
- UMetasoundEditorGraphMemberDefaultStringArray
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
| Include | #include "MetasoundEditorGraph.h" |
Syntax
UCLASS ()
class UMetasoundEditorGraphMemberDefaultLiteral : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForceRefresh () |
||
| FMetasoundFrontendLiteral | GetDefault () |
||
| EMetasoundFrontendLiteralType | |||
| const UMetasoundEditorGraphMember * | |||
| UMetasoundEditorGraphMember * | |||
| 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. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostEditUndo () |
Called after applying a transaction to the object. |