Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UClassType & BuildInternal
(
UObject* Parent, |
Runs build, conforming the document and corresponding object data on a MetaSound UObject to that managed by this builder. | MetasoundBuilderBase.h | |
void BuildInternal
(
TScriptInterface< IMetaSoundDocumentInterface > NewMetaSound, |
MetasoundBuilderBase.h |
BuildInternal(UObject *, const FMetaSoundBuilderOptions &)
Description
Runs build, conforming the document and corresponding object data on a MetaSound UObject to that managed by this builder.
| Name | BuildInternal |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderBase.h |
| Include Path | #include "MetasoundBuilderBase.h" |
template<typename UClassType>
UClassType & BuildInternal
(
UObject * Parent,
const FMetaSoundBuilderOptions & BuilderOptions
) const
BuildInternal(TScriptInterface< IMetaSoundDocumentInterface >, const FMetasoundFrontendClassName *)
| Name | BuildInternal |
| 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 BuildInternal
(
TScriptInterface < IMetaSoundDocumentInterface > NewMetaSound,
const FMetasoundFrontendClassName * InDocClassName
) const