Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMetaSoundBuilderDocument
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include | #include "MetasoundFrontendDocumentBuilder.h" |
Syntax
UCLASS ()
class UMetaSoundBuilderDocument :
public UObject ,
public IMetaSoundDocumentInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMetaSoundBuilderDocument & | Create and return a valid builder document with the provided class. | ||
| UMetaSoundBuilderDocument & | Create
(
const IMetaSoundDocumentInterface& InDocToCopy |
Create and return a valid builder document which copies the provided interface's document & class. |
Overridden from IMetaSoundDocumentInterface
| Type | Name | Description | |
|---|---|---|---|
| FTopLevelAssetPath | Returns temp path of builder document. | ||
| const UClass & | Base MetaSoundClass that document is published to. | ||
| const FMetasoundFrontendDocument & | Returns the document. |