#include <Event.h>
Public Member Functions | |
virtual EEventType | GetType () const =0 |
virtual const char * | GetName () const =0 |
virtual std::string | ToString () const |
FORCEINLINE bool | IsHandled () const |
Public Attributes | |
bool | bHandled = false |
Base event class.
TODO: Derive from LObject and replace all std::shared_ptr occurences with TObjectPtr.