Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UOnlineBlueprintCallProxyBase
- UConnectionCallbackProxy
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/ConnectionCallbackProxy.h |
| Include | #include "ConnectionCallbackProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UConnectionCallbackProxy : public UOnlineBlueprintCallProxyBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnlineConnectionResult | OnFailure | Called when there is an unsuccessful query. | |
| FOnlineConnectionResult | OnSuccess | Called when there is a successful query. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UConnectionCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UConnectionCallbackProxy * | ConnectToService
(
UObject* WorldContextObject, |
Connects to an online service such as Google Play. |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |