Navigation
API > API/Plugins > API/Plugins/SoundScape
References
| Module | SoundScape |
| Header | /Engine/Plugins/Runtime/Soundscape/Source/SoundScape/Public/SoundScapePalette.h |
| Include | #include "SoundScapePalette.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSoundscapePaletteColor
Remarks
Struct storing Modulation State.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ColorFadeIn | Base Volume Scalar. | |
| float | ColorFadeOut | Base Volume Scalar. | |
| float | ColorPitch | Base Pitch Scalar. | |
| float | ColorVolume | Base Volume Scalar. | |
| TObjectPtr< USoundscapeColor > | SoundscapeColor | Soundscape Color to Play. |