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