Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FEventQuantizer
Description
Called to perform notifications for any events which happen in the next given number of frames. This function should be called in an audio buffer render callback.
| Name | NotifyEvents |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/EventQuantizer.h |
| Include Path | #include "DSP/EventQuantizer.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/EventQuantizer.cpp |
void NotifyEvents
(
int32 NumFrames
)