MaxEventsPerFrame

Controls how many events are consumed by this event handler.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditAnywhere, Category="Event Handler Options")
uint32 MaxEventsPerFrame

Remarks

Controls how many events are consumed by this event handler. If there are more events generated than this value, they will be ignored.