Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UMetasoundEditorGraphNode
- UMetasoundEditorGraphMemberNode
- UMetasoundEditorGraphInputNode
- UMetasoundEditorGraphOutputNode
- UMetasoundEditorGraphVariableNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include | #include "MetasoundEditorGraphNode.h" |
Syntax
UCLASS&40;Abstract, MinimalAPI&41;
class UMetasoundEditorGraphMemberNode : public UMetasoundEditorGraphNode
Remarks
Node that represents a graph member
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ClampFloatLiteral
(
const UMetasoundEditorGraphMemberDefaultFloat* DefaultFloatLiteral, |
Clamp float literal value based on the given default float literal. | |
| bool | Whether or not the member node supports interact widgets on the visual node (ex. float manipulation widgets) | ||
| UMetasoundEditorGraphMember * | GetMember () |
Whether or not the member node supports interactivity on the graph node. |