unreal.OnSamplePlaybackProgress

class unreal.OnSamplePlaybackProgress(*args: Any, **kwargs: Any)

Bases: MulticastDelegateBase

Called while a sample player is playing back. Indicates the playhead progress in percent and as absolute time value (within the file).

Parameters:
  • progress_percent (float) –

  • progress_time_seconds (float) –

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SynthComponentWaveTable.h