Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetasoundGeneratorHandle
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundGeneratorHandle.h |
| Include | #include "MetasoundGeneratorHandle.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundGeneratorHandle.cpp |
void UpdateParameters
(
const UMetasoundParameterPack & ParameterPack
)
Remarks
Update the current parameter state on this handle and enqueue the changes on the generator. true if parameters were updated, false otherwise
Parameters
| Name | Description |
|---|---|
| ParameterPack | The parameter pack to set, which will be merged with the current state. |