Navigation
API > API/Runtime > API/Runtime/Launch
References
| Module | Launch |
| Header | /Engine/Source/Runtime/Launch/Public/LaunchEngineLoop.h |
| Include | #include "LaunchEngineLoop.h" |
Syntax
struct FPreInitContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDisableDisregardForGC | ||
| bool | bDumpEarlyConfigReads | ||
| bool | bDumpEarlyPakFileReads | ||
| bool | bForceQuitAfterEarlyReads | ||
| bool | bHasEditorToken | ||
| bool | bIsPossiblyUnrecognizedCommandlet | ||
| bool | bIsRegularClient | ||
| bool | bWithConfigPatching | ||
| FString | CommandletCommandLine | ||
| FScopedSlowTask * | SlowTaskPtr | ||
| FString | Token |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Cleanup () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTokenDoesNotHaveDash | Use bIsPossiblyUnrecognizedCommandlet instead |