Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform > API/Runtime/Core/GenericPlatform/FGenericPlatformMisc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
Include | #include "GenericPlatform/GenericPlatformMisc.h" |
Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
static void RequestExit
&40;
bool Force,
const TCHAR &42; CallSite
&41;
Remarks
Requests application exit.
Parameters
Name | Description |
---|---|
Force | If true, perform immediate exit (dangerous because config code isn't flushed, etc). If false, request clean main-loop exit from the platform specific code. |
CallSite | a diagnostic message identifying the callsite. |