unreal.CommonButtonStyleOptionalSlateSound

class unreal.CommonButtonStyleOptionalSlateSound(has_sound: bool = False, sound: SlateSound = Ellipsis)

Bases: StructBase

Common Button Style Optional Slate Sound

C++ Source:

  • Plugin: CommonUI

  • Module: CommonUI

  • File: CommonButtonBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • has_sound (bool): [Read-Write]

  • sound (SlateSound): [Read-Write]

property has_sound: bool

[Read-Write]

Type:

(bool)

property sound: SlateSound

[Read-Write]

Type:

(SlateSound)