IQuantizedEventListener

Event listener interface.

Windows
MacOS
Linux

Inheritance Hierarchy

IQuantizedEventListener

FTimeSynthEventListener

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/EventQuantizer.h

Include

#include "DSP/EventQuantizer.h"

Syntax

class IQuantizedEventListener

Remarks

Event listener interface. Event listeners make callbacks to objects that are interested in specific events. Can be hooked to non-audio systems to trigger BP delegates, animation triggering, etc. Note: this event listener is called from the audio render thread (or async audio rendering/generation task).

Functions

Name Description

Public function

void

 

OnEvent

(
    EEventQuantization EventQuantizatio...,
    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