![]() |
ezEngine
Release 25.03
|
#include <GameApplicationBase.h>
Public Types | |
enum | Type { BeginAppTick, BeforeWorldUpdates, AfterWorldUpdates, BeforeUpdatePlugins, AfterUpdatePlugins, BeforePresent, AfterPresent, EndAppTick } |
Public Attributes | |
Type | m_Type |
Allows custom code to inject logic at specific update points. The events are listed in the order in which they typically happen.