ULogoutCallbackProxy

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "LogoutCallbackProxy.h"

Syntax

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

Variables

Name Description

Public variable UProperty BlueprintAssignable

FOnlineLogoutRe...

 

OnFailure

Called when the logout completed unsuccessfully.

Public variable UProperty BlueprintAssignable

FOnlineLogoutRe...

 

OnSuccess

Called when the logout completed successfully.

Constructors

Name Description

Public function

ULogoutCallbackProxy

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category, Meta

ULogoutCallb...

 

Logout

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

Logs out of the online service.

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