unreal.MetasoundFrontendClassType

class unreal.MetasoundFrontendClassType

Bases: unreal.EnumBase

namespace Metasound

C++ Source:

  • Plugin: Metasound

  • Module: MetasoundFrontend

  • File: MetasoundFrontendDocument.h

EXTERNAL

The Metasound class is defined externally, in compiled code or in another document.

Type

0

GRAPH

The Metasound class is a graph within the containing document.

Type

1

INPUT

The Metasound class is an input into a graph in the containing document.

Type

2

LITERAL

The Metasound class is an literal requiring an literal value to construct.

Type

4

OUTPUT

The Metasound class is an output from a graph in the containing document.

Type

3

VARIABLE

The Metasound class is an variable requiring an literal value to construct.

Type

5

VARIABLE_ACCESSOR

The MetaSound class accesses variables.

Type

7

VARIABLE_DEFERRED_ACCESSOR

The MetaSound class accesses variables.

Type

6

VARIABLE_MUTATOR

The MetaSound class mutates variables.

Type

8