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 SendNotification
&40;
const TCHAR &42; NotificationText,
const FMessageAddress & Recipient
&41;
Remarks
Sends a notification to the specified recipient.
Parameters
| Name | Description |
|---|---|
| NotificationText | The notification text. |
| Recipient | The recipient's message address. |