Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Checks whether this is a standalone application, where no session id is specified on the commandline.
An application is standalone if it has not been launched as part of a session from UFE or another tool. This is not related to the networking or Play in Editor settings of the same name.
| Name | IsStandalone |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
static bool IsStandalone()
true if this application is standalone, false otherwise.