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 Shutdown has been called, continue calling Poll until Invalidates the timer handle as it should no longer be used.
Thread safe.
Virtual Inheritance
- IEventLoop::RequestShutdown → TEventLoop::RequestShutdown
| Name | RequestShutdown |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoop.h |
| Include Path | #include "EventLoop/EventLoop.h" |
virtual void RequestShutdown
(
FOnShutdownComplete && OnShutdownComplete
)