Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | IInterfaceRegistry |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Interfaces/MetasoundFrontendInterfaceRegistry.h |
| Include Path | #include "Interfaces/MetasoundFrontendInterfaceRegistry.h" |
Syntax
class IInterfaceRegistry
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IInterfaceRegistry() |
Interfaces/MetasoundFrontendInterfaceRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FindInterface
(
const FInterfaceRegistryKey& InKey, |
Find an interface with the given key. Returns true if interface is found, false if not. | Interfaces/MetasoundFrontendInterfaceRegistry.h | |
const IInterfaceRegistryEntry * FindInterfaceRegistryEntry
(
const FInterfaceRegistryKey& InKey |
Find an interface entry with the given key. Returns null if entry not found with given key. | Interfaces/MetasoundFrontendInterfaceRegistry.h | |
bool RegisterInterface
(
TUniquePtr< IInterfaceRegistryEntry >&& InEntry |
Interfaces/MetasoundFrontendInterfaceRegistry.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IInterfaceRegistry & Get() |
Interfaces/MetasoundFrontendInterfaceRegistry.h |