Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FApp
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/App.h |
Include | #include "Misc/App.h" |
static bool IsStandalone&40;&41;
Remarks
Checks whether this is a standalone application.
An application is standalone if it has not been launched as part of a session from UFE. If an application was launched from UFE, it is part of a session and not considered standalone. true if this application is standalone, false otherwise.