Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/SoundModulationGenerator.h |
Include |
#include "SoundModulationGenerator.h" |
class IGenerator
Name | Description | ||
---|---|---|---|
|
AudioDeviceId |
Name | Description | |
---|---|---|
|
~IGenerator() |
Name | Description | ||
---|---|---|---|
|
AudioRenderThreadCommand ( |
||
|
FGeneratorPt... |
Clone() |
Clone the generator. |
|
GetDebugCategories |
||
|
const FStrin... |
GetDebugName() |
Required for instance look-up in factory registration. |
|
GetDebugValues |
||
|
float |
GetValue() |
Returns current value of the generator. |
|
Init ( |
(Optional) Initializer step where the generator is provided the associated parent AudioDevice's Id. |
|
|
IsBypassed() |
Returns whether or not the generator is bypassed. |
|
|
PumpCommands() |
Pumps commands from Audio Thread to the generator's modulation processing thread. |
|
|
Update ( |
Updates the generators value at the audio block rate on the modulation processing thread. |
|
|
UpdateGenerator ( |
Allows child generator class to override default copy/update behavior when receiving an updated generator call from the audio thread. |