Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeClassRegistry
Description
Get the FClassInterface (with sub-interface/variant schema) for the given key. Returns true on success, false if the key is not found.
| Name | FindClassInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeClassRegistry.h |
| Include Path | #include "MetasoundFrontendNodeClassRegistry.h" |
bool FindClassInterface
(
const FNodeClassRegistryKey & InKey,
FClassInterface & OutClassInterface
) const