UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FEngineService Class Reference

#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)
 

Detailed Description

Implements an application session service.

Constructor & Destructor Documentation

◆ FEngineService()

FEngineService::FEngineService ( )

Default constructor.

Member Function Documentation

◆ SendNotification()

void FEngineService::SendNotification ( const TCHAR NotificationText,
const FMessageAddress Recipient 
)
protected

Sends a notification to the specified recipient.

Parameters
NotificationTextThe notification text.
RecipientThe recipient's message address.

◆ SendPong()

void FEngineService::SendPong ( const TSharedRef< IMessageContext, ESPMode::ThreadSafe > &  Context)
protected

Publishes a ping response.

Parameters
ContextThe message context of the received Ping message.

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