unreal.MetasoundFrontendClassType

class unreal.MetasoundFrontendClassType

Bases: EnumBase

EMetasound Frontend Class Type

C++ Source:

  • Plugin: Metasound

  • Module: MetasoundFrontend

  • File: MetasoundFrontendDocument.h

EXTERNAL: MetasoundFrontendClassType

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

Type:

0

GRAPH: MetasoundFrontendClassType

The MetaSound class is a graph within the containing document.

Type:

1

INPUT: MetasoundFrontendClassType

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

Type:

2

LITERAL: MetasoundFrontendClassType

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

Type:

4

OUTPUT: MetasoundFrontendClassType

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

Type:

3

TEMPLATE: MetasoundFrontendClassType

The MetaSound class is defined only by the Frontend, and associatively performs a functional replacement operation in a pre-build step.

Type:

9

VARIABLE: MetasoundFrontendClassType

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

Type:

5

VARIABLE_ACCESSOR: MetasoundFrontendClassType

The MetaSound class accesses variables.

Type:

7

VARIABLE_DEFERRED_ACCESSOR: MetasoundFrontendClassType

The MetaSound class accesses variables.

Type:

6

VARIABLE_MUTATOR: MetasoundFrontendClassType

The MetaSound class mutates variables.

Type:

8