Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EQuitPreference::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include Path | #include "Kismet/KismetSystemLibrary.h" |
Syntax
namespace EQuitPreference
{
enum Type
{
Quit,
Background,
}
}
Values
| Name | Remarks |
|---|---|
| Quit | Exit the game completely. |
| Background | Move the application to the background. |