Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/ISessionInfo
Description
Checks whether this is a standalone session.
A session is standalone if has not been created from the Launcher.
| Name | IsStandalone |
| Type | function |
| Header File | /Engine/Source/Runtime/SessionServices/Public/ISessionInfo.h |
| Include Path | #include "ISessionInfo.h" |
const bool IsStandalone() const
true if this is a standalone session, false otherwise.