unreal.SoundscapeColor

class unreal.SoundscapeColor(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

Soundscape Color

C++ Source:

  • Plugin: Soundscape

  • Module: Soundscape

  • File: SoundscapeColor.h

Editor Properties: (see get_editor_property/set_editor_property)

  • modulation_behavior (SoundscapeColorModulationSettings): [Read-Write] Modulation behavior

  • pitch_base (float): [Read-Write] Base Pitch Scalar

  • playback_behavior (SoundscapeColorPlaybackSettings): [Read-Write] Playback behavior

  • sound (SoundBase): [Read-Write] Sound to Play

  • spawn_behavior (SoundscapeColorSpawnSettings): [Read-Write] Playback behavior

  • volume_base (float): [Read-Write] Base Volume Scalar

property modulation_behavior: SoundscapeColorModulationSettings

[Read-Write] Modulation behavior

Type:

(SoundscapeColorModulationSettings)

property pitch_base: float

[Read-Write] Base Pitch Scalar

Type:

(float)

property playback_behavior: SoundscapeColorPlaybackSettings

[Read-Write] Playback behavior

Type:

(SoundscapeColorPlaybackSettings)

property sound: SoundBase

[Read-Write] Sound to Play

Type:

(SoundBase)

property spawn_behavior: SoundscapeColorSpawnSettings

[Read-Write] Playback behavior

Type:

(SoundscapeColorSpawnSettings)

property volume_base: float

[Read-Write] Base Volume Scalar

Type:

(float)