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