Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- ULogoutCallbackProxy
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/LogoutCallbackProxy.h |
| Include | #include "LogoutCallbackProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class ULogoutCallbackProxy : public UBlueprintAsyncActionBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnlineLogoutResult | OnFailure | Called when the logout completed unsuccessfully. | |
| FOnlineLogoutResult | OnSuccess | Called when the logout completed successfully. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULogoutCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ULogoutCallbackProxy * | Logout
(
UObject* WorldContextObject, |
Logs out of the online service. |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |