Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMetaSoundBuilderBase
- UMetaSoundPatchBuilder
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderSubsystem.h |
| Include | #include "MetasoundBuilderSubsystem.h" |
Syntax
UCLASS&40;Transient, BlueprintType&41;
class UMetaSoundPatchBuilder : public UMetaSoundBuilderBase
Remarks
Builder in charge of building a MetaSound Patch
Overridden from UMetaSoundBuilderBase
| Type | Name | Description | |
|---|---|---|---|
| TScriptInterface< IMetaSoundDocumentInterface > | Build
(
UObject* Parent, |
||
| const UClass & | Returns the base MetaSound UClass the builder is operating on (ex. MetaSoundSource, MetaSoundPatch, etc. not to be confused with the underlying document builder's MetaSound class type) |