Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineExternalUI
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h |
| Include | #include "Interfaces/OnlineExternalUIInterface.h" |
bool ShowAccountCreationUI
(
const int ControllerIndex,
const FOnAccountCreationUIClosedDelegate & Delegate
)
Remarks
Displays the UI that prompts the user to create an account true if it was able to show the UI, false if it failed
Parameters
| Name | 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. |