Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/TEventLoop
Description
Signals a shutdown request to the event loop. May be signaled from any thread. Once called, RunOnce will return false after completing its current iteration.
Thread safe.
Virtual Inheritance
- IEventLoop::RequestShutdown → TEventLoop::RequestShutdown
| Name | RequestShutdown |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/EventLoop/Public/EventLoop/EventLoop.h |
| Include Path | #include "EventLoop/EventLoop.h" |
virtual void RequestShutdown
(
FOnShutdownComplete && OnShutdownComplete
)