Navigation
API > API/Runtime > API/Runtime/SessionServices
Interface for application session services.
| Name | ISessionService |
| Type | class |
| Header File | /Engine/Source/Runtime/SessionServices/Public/ISessionService.h |
| Include Path | #include "ISessionService.h" |
Syntax
class ISessionService
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISessionService() |
Virtual destructor. | ISessionService.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsRunning () |
Checks whether the service is running. | ISessionService.h | |
bool Start () |
Starts the service. | ISessionService.h | |
void Stop () |
Stops the service. | ISessionService.h |