Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Checks whether this application allows unattended input.
Unattended applications usually are unable to receive user input. This method can be used to determine whether to allow input modules to initialize when unattended.
| Name | AllowUnattendedInput |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/App.cpp |
static bool AllowUnattendedInput()
true if the application allows unattended input, false otherwise.