Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EngineService.h |
| Include | #include "EngineService.h" |
Syntax
class FEngineService
Remarks
Implements an application session service.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SendNotification
(
const TCHAR* NotificationText, |
Sends a notification to the specified recipient. | |
| void | SendPong
(
const TSharedRef< IMessageContext, ESPMode::ThreadSafe >& Context |
Publishes a ping response. |