Navigation
API > API/Plugins > API/Plugins/SoundScape
References
| Module | SoundScape |
| Header | /Engine/Plugins/Runtime/Soundscape/Source/SoundScape/Public/SoundscapeColor.h |
| Include | #include "SoundscapeColor.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSoundscapeColorPlaybackSettings
Remarks
Struct containing Sound Scape Element Control Data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLimitPlaybackDuration | Limit Ambient Bed's playback duration. | |
| bool | bRandomizeStartingSeekTime | Upon starting playback, will randomly seek into the Sound if true. | |
| float | MaxPlaybackDuration | This is the maximum playback duration for this ambient bed (assuming a looping sound), ignored if bLimitPlaybackDuration is false. | |
| float | MinPlaybackDuration | This is the minimum playback duration for this ambient bed (assuming a looping sound), ignored if bLimitPlaybackDuration is false. |