Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderSubsystem
- IMetaSoundDocumentBuilderRegistry::FindModifyDelegates()
- UMetaSoundBuilderSubsystem::FindModifyDelegates()
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderSubsystem.h |
| Include | #include "MetasoundBuilderSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundBuilderSubsystem.cpp |
virtual const Metasound::Frontend::FDocumentModifyDelegates &42; FindModifyDelegates
&40;
const FMetasoundFrontendClassName & InClassName
&41; const
Remarks
Returns delegates used to mutate any internal builder cached state or notify listeners of external system that has mutated a given document class. Exists primarily for backward compatibility with the DocumentController system, and is not recommended for use outside of MetaSound plugin as it may be deprecated in the future (best practice is to mutate all documents using MetasoundDocumentBuilders).