![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ISessionService.h>
Inheritance diagram for ISessionService:Public Member Functions | |
| virtual bool | IsRunning ()=0 |
| virtual bool | Start ()=0 |
| virtual void | Stop ()=0 |
| virtual | ~ISessionService () |
Interface for application session services.
|
inlinevirtual |
Virtual destructor.
Checks whether the service is running.
Implemented in FSessionService.
Starts the service.
Implemented in FSessionService.