Plasma Engine  2.0
Loading...
Searching...
No Matches
plGameApplicationExecutionEvent Struct Reference

#include <GameApplicationBase.h>

Public Types

enum class  Type {
  BeginAppTick , BeforeWorldUpdates , AfterWorldUpdates , BeforeUpdatePlugins ,
  AfterUpdatePlugins , BeforePresent , AfterPresent , EndAppTick
}
 

Public Attributes

Type m_Type
 

Detailed Description

Allows custom code to inject logic at specific update points. The events are listed in the order in which they typically happen.


The documentation for this struct was generated from the following file: