Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderSubsystem
- IDocumentBuilderRegistry::InvalidateDocumentCache()
- UMetaSoundBuilderSubsystem::InvalidateDocumentCache()
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 void InvalidateDocumentCache
(
const FMetasoundFrontendClassName & InClassName
) const
Remarks
Invalidates the cache of a given document's builder should one be registered, causing it to be rebuilt. Not recommended for general use, and is only available in case the document is modified by a system other than an active, registered builder (ex. via the soft deprecated controller/handle API).