unreal.AnimNotify_PlaySound

class unreal.AnimNotify_PlaySound(outer=None, name='None')

Bases: unreal.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] Preview Ignore Attenuation

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

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

property attach_name

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

Type

(Name)

property follow

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

Type

(bool)

property pitch_multiplier

[Read-Only] Pitch Multiplier

Type

(float)

property sound

[Read-Only] Sound to Play

Type

(SoundBase)

property volume_multiplier

[Read-Only] Volume Multiplier

Type

(float)