UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISessionService Class Referenceabstract

#include <ISessionService.h>

+ Inheritance diagram for ISessionService:

Public Member Functions

virtual bool IsRunning ()=0
 
virtual bool Start ()=0
 
virtual void Stop ()=0
 
virtual ~ISessionService ()
 

Detailed Description

Interface for application session services.

Constructor & Destructor Documentation

◆ ~ISessionService()

virtual ISessionService::~ISessionService ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ IsRunning()

virtual bool ISessionService::IsRunning ( )
pure virtual

Checks whether the service is running.

Returns
true if the service is running, false otherwise.
See also
Start, Stop

Implemented in FSessionService.

◆ Start()

virtual bool ISessionService::Start ( )
pure virtual

Starts the service.

Returns
true if the service was started, false otherwise.
See also
IsRunning, Stop

Implemented in FSessionService.

◆ Stop()

virtual void ISessionService::Stop ( )
pure virtual

Stops the service.

See also
IsRunning, Start

Implemented in FSessionService.


The documentation for this class was generated from the following file: