Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IMetaSoundDocumentBuilderRegistry
- UMetaSoundBuilderSubsystem
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDocumentInterface.h |
| Include | #include "MetasoundDocumentInterface.h" |
Syntax
class IMetaSoundDocumentBuilderRegistry
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FDocumentModifyDelegates * | FindModifyDelegates
(
const FMetasoundFrontendClassName& InClassName |
Returns delegates used to mutate any internal builder cached state or notify listeners of external system that has mutated a given document class. | |
| IMetaSoundDocumentBuilderRegistry & | GetChecked () |
||
| void | Set
(
TUniqueFunction< IMetaSoundDocumentBuilderRegistry&()>&& InGetInstance |