Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeClassRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UnregisterNodeUpdateTransform
(
const FNodeClassRegistryKey& InNodeUpdateTransformKey |
Unregister the association between a class name and version and a node update transform. | MetasoundFrontendNodeClassRegistry.h | |
bool UnregisterNodeUpdateTransform
(
const TArray< const FNodeClassRegistryKey >& InNodeUpdateTransformKeys |
MetasoundFrontendNodeClassRegistry.h |
UnregisterNodeUpdateTransform(const FNodeClassRegistryKey &)
Description
Unregister the association between a class name and version and a node update transform. If other class name/versions are still associated with the transform, it will remain in the registry with that association
| Name | UnregisterNodeUpdateTransform |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeClassRegistry.h |
| Include Path | #include "MetasoundFrontendNodeClassRegistry.h" |
bool UnregisterNodeUpdateTransform
(
const FNodeClassRegistryKey & InNodeUpdateTransformKey
)
UnregisterNodeUpdateTransform(const TArray< const FNodeClassRegistryKey > &)
| Name | UnregisterNodeUpdateTransform |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeClassRegistry.h |
| Include Path | #include "MetasoundFrontendNodeClassRegistry.h" |
bool UnregisterNodeUpdateTransform
(
const TArray < const FNodeClassRegistryKey > & InNodeUpdateTransformKeys
)