Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/ISearchEngine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FMetaSoundClassInfo > FindClassesWithName
(
const FMetasoundFrontendClassName& InName, |
Find all class info with the given ClassName. (Optional) Sort matches based on version. | MetasoundFrontendSearchEngine.h | |
TArray< FMetasoundFrontendClass > FindClassesWithName
(
const FMetasoundFrontendClassName& InName, |
Find all classes with the given ClassName. (Optional) Sort matches based on version. | MetasoundFrontendSearchEngine.h |
FindClassesWithName(const FMetasoundFrontendClassName &, ESortByVersion)
Description
Find all class info with the given ClassName. (Optional) Sort matches based on version.
| Name | FindClassesWithName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendSearchEngine.h |
| Include Path | #include "MetasoundFrontendSearchEngine.h" |
TArray < FMetaSoundClassInfo > FindClassesWithName
(
const FMetasoundFrontendClassName & InName,
ESortByVersion SortByVersion
)
FindClassesWithName(const FMetasoundFrontendClassName &, bool)
Description
Find all classes with the given ClassName. (Optional) Sort matches based on version.
| Name | FindClassesWithName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendSearchEngine.h |
| Include Path | #include "MetasoundFrontendSearchEngine.h" |
TArray < FMetasoundFrontendClass > FindClassesWithName
(
const FMetasoundFrontendClassName & InName,
bool bInSortByVersion
)