![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EngineService.h>
Public Member Functions | |
| ENGINE_API | FEngineService () |
Protected Member Functions | |
| void | SendNotification (const TCHAR *NotificationText, const FMessageAddress &Recipient) |
| void | SendPong (const TSharedRef< IMessageContext, ESPMode::ThreadSafe > &Context) |
Implements an application session service.
| FEngineService::FEngineService | ( | ) |
Default constructor.
|
protected |
Sends a notification to the specified recipient.
| NotificationText | The notification text. |
| Recipient | The recipient's message address. |
|
protected |
Publishes a ping response.
| Context | The message context of the received Ping message. |