Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Description
Synchronizes all dependency Metadata in document with that found in the registry. If not found in the registry, no action taken. Returns false if any dependencies could not be checked for updates. If provided array, pointers to classes that were modified will be added to it.
| Name | SynchronizeDependencyMetadata |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
bool SynchronizeDependencyMetadata
(
TArray < const FMetasoundFrontendClass * > * InOutModifiedClasses
)