Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderSubsystem.h |
| Include | #include "MetasoundBuilderSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundBuilderSubsystem.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Audio&124;MetaSound&124;Builder",
Meta&61;&40;ExpandEnumAsExecs&61;"OutResult", AdvancedDisplay&61;"3"&41;&41;
FMetaSoundBuilderNodeOutputHandle AddGraphInputNode
&40;
FName Name,
FName DataType,
FMetasoundFrontendLiteral DefaultValue,
EMetaSoundBuilderResult & OutResult,
bool bIsConstructorInput
&41;
Remarks
Adds a graph input node with the given name, DataType, and sets the graph input to default value. Returns the new input node's output handle if it was successfully created, or an invalid handle if it failed.