unreal.AnimNotify_PlaySound

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

Bases: AnimNotify

Anim Notify Play Sound

C++ Source:

  • Module: Engine

  • File: AnimNotify_PlaySound.h

Editor Properties: (see get_editor_property/set_editor_property)

  • attach_name (Name): [Read-Write] Socket or bone name to attach sound to

  • follow (bool): [Read-Write] If this sound should follow its owner

  • notify_color (Color): [Read-Write] Color of Notify in editor

  • pitch_multiplier (float): [Read-Write] Pitch Multiplier

  • preview_ignore_attenuation (bool): [Read-Write]

  • should_fire_in_editor (bool): [Read-Write] Whether this notify instance should fire in animation editors

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

  • volume_multiplier (float): [Read-Write] Volume Multiplier

property attach_name: Name

[Read-Only] Socket or bone name to attach sound to

Type:

(Name)

property follow: bool

[Read-Only] If this sound should follow its owner

Type:

(bool)

property pitch_multiplier: float

[Read-Only] Pitch Multiplier

Type:

(float)

property sound: SoundBase

[Read-Only] Sound to Play

Type:

(SoundBase)

property volume_multiplier: float

[Read-Only] Volume Multiplier

Type:

(float)