Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
Include |
#include "MetasoundNodeInterface.h" |
struct FNodeClassMetadata
Provides metadata for a given node.
Name | Description | ||
---|---|---|---|
|
Author |
Author information. |
|
|
bDeprecated |
If true, the node is deprecated and should not be used in new MetaSounds. |
|
|
CategoryHierarchy |
Hierarchy of categories for displaying node. |
|
|
ClassName |
Name of class. Used for registration and lookup. |
|
|
DefaultInterface |
Default vertex interface for the node |
|
|
Description |
Human readable description of node. |
|
|
DisplayName |
Display name of node class. |
|
|
DisplayStyle |
Display style for node when visualized. |
|
|
Keywords |
List of keywords for contextual node searching. |
|
|
MajorVersion |
Major version of node. Used for registration and lookup. |
|
|
MinorVersion |
Minor version of node. |
|
|
PromptIfMissing |
Human readable prompt for acquiring plugin in case node is not loaded. |
Name | Description | ||
---|---|---|---|
|
const FNodeC... |
GetEmpty() |
Returns an empty FNodeClassMetadata object. |