Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UShowLoginUICallbackProxy
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/ShowLoginUICallbackProxy.h |
| Include | #include "ShowLoginUICallbackProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UShowLoginUICallbackProxy : public UBlueprintAsyncActionBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnlineShowLoginUIResult | OnFailure | Called when there is an unsuccessful query. | |
| FOnlineShowLoginUIResult | OnSuccess | Called when there is a successful query. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UShowLoginUICallbackProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UShowLoginUICallbackProxy * | ShowExternalLoginUI
(
UObject* WorldContextObject, |
Shows the login UI for the currently active online subsystem, if the subsystem supports a login UI. |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |