Navigation
API > API/Plugins > API/Plugins/MetasoundGenerator
FMetasoundConstGraphGenerator generates audio from a given metasound IOperator which produces a multichannel audio output.
| Name | FMetasoundConstGraphGenerator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGenerator/Public/MetasoundGenerator.h |
| Include Path | #include "MetasoundGenerator.h" |
Syntax
class FMetasoundConstGraphGenerator : public Metasound::FMetasoundGenerator
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetasoundConstGraphGenerator
(
FGeneratorInitParams&& InParams |
MetasoundGenerator.h | ||
FMetasoundConstGraphGenerator
(
const FOperatorSettings& InOperatorSettings |
MetasoundGenerator.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMetasoundConstGraphGenerator() |
MetasoundGenerator.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BuilderTask | TUniquePtr< FAsyncTaskBase > | MetasoundGenerator.h | ||
| bUseOperatorPool | bool | MetasoundGenerator.h | ||
| EnvironmentPtr | TUniquePtr< FMetasoundEnvironment > | MetasoundGenerator.h | ||
| OperatorPoolID | TOptional< FOperatorPoolEntryID > | MetasoundGenerator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init
(
FGeneratorInitParams&& InParams |
MetasoundGenerator.h |