Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FApp
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/App.h |
Include | #include "Misc/App.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/App.cpp |
static bool IsUnattended&40;&41;
Remarks
Checks whether this application runs unattended.
Unattended applications are not monitored by anyone or are unable to receive user input. This method can be used to determine whether UI pop-ups or other dialogs should be shown. true if the application runs unattended, false otherwise.