Navigation
API > API/Plugins > API/Plugins/AudioModulation > API/Plugins/AudioModulation/Generators
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundModulatorBase
- USoundModulationGenerator
- USoundModulationGeneratorEnvelopeFollower
References
| Module | AudioModulation |
| Header | /Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/Generators/SoundModulationEnvelopeFollower.h |
| Include | #include "Generators/SoundModulationEnvelopeFollower.h" |
Syntax
UCLASS (HideCategories=Object, BlueprintType, EditInlineNew,
Meta=(DisplayName="Envelope Follower Generator"))
class USoundModulationGeneratorEnvelopeFollower : public USoundModulationGenerator
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEnvelopeFollowerGeneratorParams | Params |
Overridden from USoundModulationGenerator
| Type | Name | Description | |
|---|---|---|---|
| AudioModulation::FGeneratorPtr | Create and return pointer to new instance of generator to be processed on the AudioRenderThread. |