unreal.SoundNodeWavePlayer

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

Bases: SoundNodeAssetReferencer

Sound node that contains a reference to the raw wave file to be played

C++ Source:

  • Module: Engine

  • File: SoundNodeWavePlayer.h

Editor Properties: (see get_editor_property/set_editor_property)

  • child_nodes (Array[SoundNode]): [Read-Write]

  • looping (bool): [Read-Write]

  • sound_wave_asset_ptr (SoundWave): [Read-Write]