Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineExternalUI
Description
Displays a system dialog to purchase user account upgrades. e.g. PlaystationPlus, XboxLive GOLD, etc.
| Name | ShowAccountUpgradeUI |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h |
| Include Path | #include "Interfaces/OnlineExternalUIInterface.h" |
bool ShowAccountUpgradeUI
(
const FUniqueNetId & UniqueId
)
true if it was able to show the UI, false if it failed
Parameters
| Name | Remarks |
|---|---|
| UniqueID | of the user to show the dialog for |