Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/ISearchEngine
Description
Find the highest version of a class with the given ClassName. Returns false if not found, true if found.
| Name | FindClassWithHighestVersion |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendSearchEngine.h |
| Include Path | #include "MetasoundFrontendSearchEngine.h" |
bool FindClassWithHighestVersion
(
const FMetasoundFrontendClassName & InName,
FMetasoundFrontendClass & OutClass
)