Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IDocumentBuilderRegistry
- IMetaSoundDocumentBuilderRegistry
- UMetaSoundBuilderSubsystem
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDocumentInterface.h |
| Include | #include "MetasoundDocumentInterface.h" |
Syntax
class IDocumentBuilderRegistry
Functions
| Type | Name | Description | |
|---|---|---|---|
| IDocumentBuilderRegistry * | Get () |
||
| IDocumentBuilderRegistry & | GetChecked () |
||
| void | InvalidateDocumentCache
(
const FMetasoundFrontendClassName& InClassName |
Invalidates the cache of a given document's builder should one be registered, causing it to be rebuilt. | |
| void | Set
(
TUniqueFunction< IDocumentBuilderRegistry&()>&& InGetInstance |