Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/TEventLoop
Description
Run the event loop until shutdown is called. The event loop will wake up when a timer needs to run or an async task has been posted.
NOT thread safe.
Virtual Inheritance
- IEventLoop::Run → TEventLoop::Run
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoop.h |
| Include Path | #include "EventLoop/EventLoop.h" |
virtual void Run()