FMetasoundFrontendClassInterface

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FMetasoundFrontendClassInterface

FMetasoundFrontendInterface

References

Module

MetasoundFrontend

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h

Include

#include "MetasoundFrontendDocument.h"

Syntax

USTRUCT()
struct FMetasoundFrontendClassInterface

Variables

Name Description

Public variable UProperty Category visibleanywhere

TArray< FMetaso...

 

Environment

Description of class environment variables.

Public variable UProperty Category visibleanywhere

TArray< FMetaso...

 

Inputs

Description of class inputs.

Public variable UProperty Category visibleanywhere

TArray< FMetaso...

 

Outputs

Description of class outputs.

Functions

Name Description

Public function Const

const FGuid ...

 

GetChangeID()

Public function Const

const FMetas...

 

GetInputStyle()

Public function Const

const FMetas...

 

GetOutputStyle()

Public function

void

 

SetInputStyle

(
    const FMetasoundFrontendInterfaceSt...
)

Public function

void

 

SetOutputStyle

(
    const FMetasoundFrontendInterfaceSt...
)

Public function

void

 

UpdateChangeID()

TODO: This is unfortunately required to be manually managed and executed anytime the input/output/environment arrays are mutated due to the design of the controller system obscuring away read/write permissions when querying.