Navigation
API > API/Plugins > API/Plugins/MetasoundGenerator
Inheritance Hierarchy
- ISoundGenerator
- FMetasoundGenerator
- FMetasoundDynamicGraphGenerator
References
| Module | MetasoundGenerator |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGenerator/Public/MetasoundGenerator.h |
| Include | #include "MetasoundGenerator.h" |
Syntax
class FMetasoundDynamicGraphGenerator : public Metasound::FMetasoundGenerator
Remarks
FMetasoundDynamicGraphGenerator generates audio from the given a dynamic operator. It also reacts to updates to inputs and outputs of the dynamic operator.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundDynamicGraphGenerator
(
const FOperatorSettings& InOperatorSettings |
Create the generator with a graph operator and an output audio reference. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
FMetasoundDynamicGraphGeneratorInitParams&& InParams |
||
| void | OnInputAdded
(
const FVertexName& InVertexName, |
The callbacks are executed when the equivalent change happens on the owned dynamic operator. | |
| void | OnInputRemoved
(
const FVertexName& InVertexName, |
||
| void | OnOutputAdded
(
const FVertexName& InVertexName, |
||
| void | OnOutputRemoved
(
const FVertexName& InVertexName, |
||
| void | OnOutputUpdated
(
const FVertexName& InVertexName, |
Overridden from FMetasoundGenerator
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IOperator > |