Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetPinVisualizationValue
(
FName InPinName, |
Graph node visualization widgets can attempt to get the current value of the given named input pin. For connected input pins, a value may not be returned unless sound preview is active. | MetasoundEditorGraphNode.h | |
bool TryGetPinVisualizationValue
(
FName InPinName, |
MetasoundEditorGraphNode.h | ||
bool TryGetPinVisualizationValue
(
FName InPinName, |
MetasoundEditorGraphNode.h |
TryGetPinVisualizationValue(FName, bool &)
Description
Graph node visualization widgets can attempt to get the current value of the given named input pin. For connected input pins, a value may not be returned unless sound preview is active.
| Name | TryGetPinVisualizationValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include Path | #include "MetasoundEditorGraphNode.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphNode.cpp |
bool TryGetPinVisualizationValue
(
FName InPinName,
bool & OutValue
) const
TryGetPinVisualizationValue(FName, int32 &)
| Name | TryGetPinVisualizationValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include Path | #include "MetasoundEditorGraphNode.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphNode.cpp |
bool TryGetPinVisualizationValue
(
FName InPinName,
int32 & OutValue
) const
TryGetPinVisualizationValue(FName, float &)
| Name | TryGetPinVisualizationValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include Path | #include "MetasoundEditorGraphNode.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphNode.cpp |
bool TryGetPinVisualizationValue
(
FName InPinName,
float & OutValue
) const