FTimeSynthEventListener

Class which implements the IQuantizedEventListener Forwards to the owning TimeSynth.

Windows
MacOS
Linux

Inheritance Hierarchy

IQuantizedEventListener

FTimeSynthEventListener

References

Module

TimeSynth

Header

/Engine/Plugins/Runtime/TimeSynth/Source/TimeSynth/Classes/TimeSynthComponent.h

Include

#include "TimeSynthComponent.h"

Syntax

class FTimeSynthEventListener : public Audio::IQuantizedEventListener

Remarks

Class which implements the IQuantizedEventListener Forwards to the owning TimeSynth.

Constructors

Name Description

Public function

FTimeSynthEventListener()

Public function

FTimeSynthEventListener

(
    UTimeSynthComponent* InTimeSyn...
)

Overridden from IQuantizedEventListener

Name Description

Public function Virtual

void

 

OnEvent

(
    Audio::EEventQuantization EventQuan...,
    int32 Bars,
    float Beat
)

Callback for when a specific event type occurs.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss