Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/ISearchEngine
Description
Finds the registered interface with the highest version of the given name. Returns true if found, false if not.
| Name | FindInterfaceWithHighestVersion |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendSearchEngine.h |
| Include Path | #include "MetasoundFrontendSearchEngine.h" |
bool FindInterfaceWithHighestVersion
(
FName InInterfaceName,
FMetasoundFrontendInterface & OutInterface
)