Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/SoundModulationGenerator.h |
Include |
#include "SoundModulationGenerator.h" |
UCLASS(HideCategories=Object, Abstract)
class USoundModulationGenerator : public USoundModulatorBase
Base class for modulators that algorithmically generate values that can effect various endpoints (ex. Control Buses & Parameter Destinations)
Name | Description | ||
---|---|---|---|
|
AudioModulat... |
CreateInstance() |
Create and return pointer to new instance of generator to be processed on the AudioRenderThread. |
Name | Description | ||
---|---|---|---|
|
TUniquePtr< ... |
CreateProxySettings() |
Name | Description | ||
---|---|---|---|
|
BeginDestroy() |
Called before destroying the object. |
|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
Name | Description | ||
---|---|---|---|
|
TUniquePtr< ... |
CreateNewProxyData ( |
USoundModulatorBase Implementation |