FEngineService::SendNotification

Sends a notification to the specified recipient.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineService.h

Include

#include "EngineService.h"

Source

/Engine/Source/Runtime/Engine/Private/EngineService.cpp

Syntax

void SendNotification
(
    const TCHAR * NotificationText,
    const FMessageAddress & Recipient
)

Remarks

Sends a notification to the specified recipient.

Parameters

Parameter

Description

NotificationText

The notification text.

Recipient

The recipient's message address.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss