Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Provides metadata for a given node.
| Name | FNodeClassMetadata |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include Path | #include "MetasoundNodeInterface.h" |
Syntax
struct FNodeClassMetadata
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Author | FString | Author information. | MetasoundNodeInterface.h | |
| bDeprecated | bool | If true, the node is deprecated and should not be used in new MetaSounds. | MetasoundNodeInterface.h | |
| CategoryHierarchy | TArray< FText > | Hierarchy of categories for displaying node. | MetasoundNodeInterface.h | |
| ClassName | FNodeClassName | Name of class. Used for registration and lookup. | MetasoundNodeInterface.h | |
| DefaultInterface | FVertexInterface | Default vertex interface for the node | MetasoundNodeInterface.h | |
| Description | FText | Human readable description of node. | MetasoundNodeInterface.h | |
| DisplayName | FText | Display name of node class. | MetasoundNodeInterface.h | |
| DisplayStyle | FNodeDisplayStyle | Display style for node when visualized. | MetasoundNodeInterface.h | |
| Keywords | TArray< FText > | List of keywords for contextual node searching. | MetasoundNodeInterface.h | |
| MajorVersion | int32 | Major version of node. Used for registration and lookup. | MetasoundNodeInterface.h | |
| MinorVersion | int32 | Minor version of node. | MetasoundNodeInterface.h | |
| PromptIfMissing | FText | Human readable prompt for acquiring plugin in case node is not loaded. | MetasoundNodeInterface.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeClassMetadata & GetEmpty() |
Returns an empty FNodeClassMetadata object. | MetasoundNodeInterface.h |