Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/ISearchEngine
Description
Returns array with all registered interfaces. Optionally, include interface versions that are not the highest version.
| Name | FindAllInterfaces |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendSearchEngine.h |
| Include Path | #include "MetasoundFrontendSearchEngine.h" |
TArray < FMetasoundFrontendInterface > FindAllInterfaces
(
bool bInIncludeAllVersions
)