IOnlineExternalUI::ShowPlatformMessageBox

Displays an informational system dialog.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h

Include

#include "Interfaces/OnlineExternalUIInterface.h"

Syntax

virtual bool ShowPlatformMessageBox
(
    const FUniqueNetId & UserId,
    EPlatformMessageType MessageType
)

Remarks

Displays an informational system dialog.

Parameters

Parameter

Description

UserId

Who to show this dialog for.

MessageId

Platform-specific identifier for the message box to display.

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