UShowLoginUICallbackProxy

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/ShowLoginUICallbackProxy.h

Include

#include "ShowLoginUICallbackProxy.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(MinimalAPI)
class UShowLoginUICallbackProxy : public UBlueprintAsyncActionBase

Variables

Name Description

Public variable UProperty BlueprintAssignable

FOnlineShowLogi...

 

OnFailure

Called when there is an unsuccessful query.

Public variable UProperty BlueprintAssignable

FOnlineShowLogi...

 

OnSuccess

Called when there is a successful query.

Constructors

Name Description

Public function

UShowLoginUICallbackProxy

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category, Meta

UShowLoginUI...

 

ShowExternalLoginUI

(
    UObject* WorldContextObject,
    APlayerController* InPlayerCon...
)

Shows the login UI for the currently active online subsystem, if the subsystem supports a login UI.

Overridden from UBlueprintAsyncActionBase

Name Description

Public function Virtual

void

 

Activate()

Called to trigger the action once the delegates have been bound

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