Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Description
Injects template nodes between builder's document inputs not connected to existing template inputs, copying locational data from the represented input metadata. If bForceNodeCreation is false, only generates a template input node if a connection between the input and other nodes exists. If true, will inject template node irrespective of whether or not the input has connections.
| Name | InjectInputTemplateNodes |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderBase.h |
| Include Path | #include "MetasoundBuilderBase.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundBuilderBase.cpp |
void InjectInputTemplateNodes
(
bool bForceNodeCreation,
EMetaSoundBuilderResult & OutResult
)