FNodeClassMetadata

Provides metadata for a given node.

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public variable

FText

 

Author

Author information.

Public variable

bool

 

bDeprecated

If true, the node is deprecated and should not be used in new MetaSounds.

Public variable

TArray< FText >

 

CategoryHierarchy

Hierarchy of categories for displaying node.

Public variable

FNodeClassName

 

ClassName

Name of class. Used for registration and lookup.

Public variable

FVertexInterfac...

 

DefaultInterface

Default vertex interface for the node

Public variable

FText

 

Description

Human readable description of node.

Public variable

FText

 

DisplayName

Display name of node class.

Public variable

FNodeDisplaySty...

 

DisplayStyle

Display style for node when visualized.

Public variable

TArray< FText >

 

Keywords

List of keywords for contextual node searching.

Public variable

int32

 

MajorVersion

Major version of node. Used for registration and lookup.

Public variable

int32

 

MinorVersion

Minor version of node.

Public variable

FText

 

PromptIfMissing

Human readable prompt for acquiring plugin in case node is not loaded.

Functions

Name Description

Public function Static

const FNodeC...

 

GetEmpty()

Returns an empty FNodeClassMetadata object.