IOnlineExternalUI::ShowStoreUI

Display the platform UI for browsing available products for purchase

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineExternalUIInterface.h"

Syntax

bool ShowStoreUI
(
    int32 LocalUserNum,
    const FShowStoreParams & ShowParams,
    const FOnShowStoreUIClosedDelegate & Delegate
)

Remarks

Display the platform UI for browsing available products for purchase

Returns

true if it was able to show the UI, false if it failed

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user

ShowParams

configuration for the UI 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