Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEngineService
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EngineService.h |
| Include | #include "EngineService.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EngineService.cpp |
void SendPong
&40;
const TSharedRef< IMessageContext, ESPMode::ThreadSafe > & Context
&41;
Remarks
Publishes a ping response.
Parameters
| Name | Description |
|---|---|
| Context | The message context of the received Ping message. |