Navigation
API > API/Plugins > API/Plugins/Synthesis
| Name | USourceEffectEnvelopeFollowerPreset |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectEnvelopeFollower.h |
| Include Path | #include "SourceEffects/SourceEffectEnvelopeFollower.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=AudioSourceEffect, Meta=(BlueprintSpawnableComponent))
class USourceEffectEnvelopeFollowerPreset : public USoundEffectSourcePreset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USoundEffectPreset → USoundEffectSourcePreset → USourceEffectEnvelopeFollowerPreset
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | FSourceEffectEnvelopeFollowerSettings | SourceEffects/SourceEffectEnvelopeFollower.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EFFECT_PRESET_METHODS
(
SourceEffectEnvelopeFollower |
SourceEffects/SourceEffectEnvelopeFollower.h | ||
void RegisterEnvelopeFollowerListener
(
UEnvelopeFollowerListener* EnvelopeFollowerListener |
Registers an envelope follower listener with the effect. | SourceEffects/SourceEffectEnvelopeFollower.h |
|
void SetSettings
(
const FSourceEffectEnvelopeFollowerSettings& InSettings |
SourceEffects/SourceEffectEnvelopeFollower.h |
|
|
void UnregisterEnvelopeFollowerListener
(
UEnvelopeFollowerListener* EnvelopeFollowerListener |
Unregisters an envelope follower listener with the effect. | SourceEffects/SourceEffectEnvelopeFollower.h |
|