Navigation
API > API/Plugins > API/Plugins/Synthesis
| Name | USourceEffectPhaserPreset |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectPhaser.h |
| Include Path | #include "SourceEffects/SourceEffectPhaser.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=AudioSourceEffect, Meta=(BlueprintSpawnableComponent))
class USourceEffectPhaserPreset : public USoundEffectSourcePreset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USoundEffectPreset → USoundEffectSourcePreset → USourceEffectPhaserPreset
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Settings | FSourceEffectPhaserSettings | The depth of the chorus effect. | SourceEffects/SourceEffectPhaser.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EFFECT_PRESET_METHODS
(
SourceEffectPhaser |
SourceEffects/SourceEffectPhaser.h | ||
void SetSettings
(
const FSourceEffectPhaserSettings& InSettings |
SourceEffects/SourceEffectPhaser.h |
|