Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphMemberNode
Description
Clamp float literal value based on the given default float literal. Returns whether the literal was clamped.
| Name | ClampFloatLiteral |
| 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 |
static bool ClampFloatLiteral
(
const UMetasoundEditorGraphMemberDefaultFloat * DefaultFloatLiteral,
FMetasoundFrontendLiteral & LiteralValue
)