Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IInterfaceRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool FindInterface
(
const FInterfaceRegistryKey& InKey, |
Interfaces/MetasoundFrontendInterfaceRegistry.h | ||
bool FindInterface
(
const FMetasoundFrontendVersion& InVersion, |
Find an interface with the given version. Returns true if interface is found, false if not. | Interfaces/MetasoundFrontendInterfaceRegistry.h |
FindInterface(const FInterfaceRegistryKey &, FMetasoundFrontendInterface &)
| Name | FindInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Interfaces/MetasoundFrontendInterfaceRegistry.h |
| Include Path | #include "Interfaces/MetasoundFrontendInterfaceRegistry.h" |
virtual bool FindInterface
(
const FInterfaceRegistryKey & InKey,
FMetasoundFrontendInterface & OutInterface
) const
FindInterface(const FMetasoundFrontendVersion &, FMetasoundFrontendInterface &)
Description
Find an interface with the given version. Returns true if interface is found, false if not.
| Name | FindInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Interfaces/MetasoundFrontendInterfaceRegistry.h |
| Include Path | #include "Interfaces/MetasoundFrontendInterfaceRegistry.h" |
bool FindInterface
(
const FMetasoundFrontendVersion & InVersion,
FMetasoundFrontendInterface & OutInterface
) const