Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScriptInterface< IMetaSoundDocumentInterface > Build
(
const FMetaSoundBuilderOptions& Options |
MetasoundBuilderBase.h | ||
virtual TScriptInterface< IMetaSoundDocumentInterface > Build
(
UObject* Parent, |
MetasoundBuilderBase.h |
|
Build(const FMetaSoundBuilderOptions &)
| Name | Build |
| 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 |
TScriptInterface < IMetaSoundDocumentInterface > Build
(
const FMetaSoundBuilderOptions & Options
) const
Build(UObject *, const FMetaSoundBuilderOptions &)
| Name | Build |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderBase.h |
| Include Path | #include "MetasoundBuilderBase.h" |
UFUNCTION (BlueprintCallable, Category="Audio|MetaSound|Builder",
Meta=(WorldContext="Parent", DisplayName="Build (Soft Deprecated. Parent no longer supported and field is ignored.)"))
virtual TScriptInterface < IMetaSoundDocumentInterface > Build
(
UObject * Parent,
const FMetaSoundBuilderOptions & Options
) const