ISessionService

Interface for application session services.

Windows
MacOS
Linux

References

Module

SessionServices

Header

/Engine/Source/Runtime/SessionServices/Public/ISessionService.h

Include

#include "ISessionService.h"

Syntax

class ISessionService

Remarks

Interface for application session services.

Destructors

Name Description

Public function Virtual

~ISessionService()

Virtual destructor.

Functions

Name Description

Public function

bool

 

IsRunning()

Checks whether the service is running.

Public function

bool

 

Start()

Starts the service.

Public function

void

 

Stop()

Stops the service.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss