unreal.SoundscapePalette

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

Bases: Object

Class containing relevant data for a Soundscape Element

C++ Source:

  • Plugin: Soundscape

  • Module: Soundscape

  • File: SoundScapePalette.h

Editor Properties: (see get_editor_property/set_editor_property)

  • colors (Array[SoundscapePaletteColor]): [Read-Write] Elements

  • soundscape_palette_playback_conditions (GameplayTagQuery): [Read-Write]

property colors: None

[Read-Write] Elements

Type:

(Array[SoundscapePaletteColor])

property soundscape_palette_playback_conditions: GameplayTagQuery

[Read-Write]

Type:

(GameplayTagQuery)