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