Navigation
API > API/Plugins > API/Plugins/MetasoundGenerator
References
| Module | MetasoundGenerator |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGenerator/Public/MetasoundGenerator.h |
| Include | #include "MetasoundGenerator.h" |
Syntax
struct FParameterPackSetter
Remarks
A struct that provides a method of pushing "raw" data from a parameter pack into a specific metasound input node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | DataType | ||
| void * | Destination | ||
| const Frontend::IParameterAssignmentFunction & | Setter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParameterPackSetter
(
FName InDataType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetParameterWithPayload
(
const void* ParameterPayload |