Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/IEventLoop
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.
Derived Overrides
| Name | RequestShutdown |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/EventLoop/Public/EventLoop/IEventLoop.h |
| Include Path | #include "EventLoop/IEventLoop.h" |
void RequestShutdown
(
FOnShutdownComplete && OnShutdownComplete
)