Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::Ticker Class Reference

#include <Ticker.h>

Inherits QObject.

Signals

void Tick ()
 Connect to this signal to handle the tick.
 

Public Member Functions

 Ticker (QObject *parent=nullptr, float timeoutMS=10.f)
 
void Start ()
 Starts the ticking on a thread.
 
void Cancel ()
 Cancels and destroys the ticking thread.
 

Detailed Description

Qt suppresses all timer events during modal dialogs, this object allows us to emit a Tick event from which we can broadcast a SystemTick event.


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