Navigation
API > API/Plugins > API/Plugins/AudioModulation
| |
|
| Name |
USoundModulationGeneratorEnvelopeFollower |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/Generators/SoundModulationEnvelopeFollower.h |
| Include Path |
#include "Generators/SoundModulationEnvelopeFollower.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=Object, BlueprintType, EditInlineNew,
Meta=(DisplayName="Envelope Follower Generator"))
class USoundModulationGeneratorEnvelopeFollower : public USoundModulationGenerator
Inheritance Hierarchy
Implements Interfaces
Variables
Public
Functions
Public
Overridden from USoundModulationGenerator
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual AudioModulation::FGeneratorPtr CreateInstance()
|
Create and return pointer to new instance of generator to be processed on the AudioRenderThread. |
Generators/SoundModulationEnvelopeFollower.h |
|