IOnlineExternalUI::ShowAccountCreationUI

Displays the UI that prompts the user to create an account

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineExternalUIInterface.h"

Syntax

bool ShowAccountCreationUI
(
    const int ControllerIndex,
    const FOnAccountCreationUIClosedDelegate & Delegate
)

Remarks

Displays the UI that prompts the user to create an account

Returns

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

Parameters

Parameter

Description

ControllerIndex

The controller that prompted showing the account creation UI. If the platform supports it, it will pair the signed-in user with this controller.

Delegate

The delegate to execute when the user closes the account creation UI.

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