Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/ISearchEngine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FindClassWithHighestVersion
(
const FMetasoundFrontendClassName& InName, |
Find the highest version of class info with the given ClassName. | MetasoundFrontendSearchEngine.h | |
virtual bool FindClassWithHighestVersion
(
const FMetasoundFrontendClassName& InName, |
(To be deprecated) Find the highest version of a class with the given ClassName. | MetasoundFrontendSearchEngine.h |
FindClassWithHighestVersion(const FMetasoundFrontendClassName &, FMetaSoundClassInfo &)
Description
Find the highest version of class info 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,
FMetaSoundClassInfo & OutInfo
)
FindClassWithHighestVersion(const FMetasoundFrontendClassName &, FMetasoundFrontendClass &)
Description
(To be deprecated) 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" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendSearchEngine.cpp |
virtual bool FindClassWithHighestVersion
(
const FMetasoundFrontendClassName & InName,
FMetasoundFrontendClass & OutClass
)