Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SourceEffects
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundEffectPreset
- USoundEffectSourcePreset
- USourceEffectPhaserPreset
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectPhaser.h |
| Include | #include "SourceEffects/SourceEffectPhaser.h" |
Syntax
UCLASS&40;ClassGroup&61;AudioSourceEffect, Meta&61;&40;BlueprintSpawnableComponent&41;&41;
class USourceEffectPhaserPreset : public USoundEffectSourcePreset
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSourceEffectPhaserSettings | Settings | The depth of the chorus effect. | |
| FSourceEffectPhaserSettings | SettingsCopy | ||
| FCriticalSection | SettingsCritSect |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSourceEffectPhaserSettings | GetSettings () |
||
| void | SetSettings
(
const FSourceEffectPhaserSettings& InSettings |
||
| void | UpdateSettings
(
const FSourceEffectPhaserSettings& InSettings |
||
| void | UpdateSettings
(
TUniqueFunction< void(FSourceEffectPhaserSettings&)> InCommand |
Overridden from USoundEffectPreset
| Type | Name | Description | |
|---|---|---|---|
| bool | CanFilter () |
||
| FSoundEffectBase * | |||
| USoundEffectPreset * | CreateNewPreset
(
UObject* InParent, |
||
| FText | |||
| FColor | |||
| UClass * | |||
| bool | |||
| void | Init () |