Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
| Name | UConnectionCallbackProxy |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/ConnectionCallbackProxy.h |
| Include Path | #include "ConnectionCallbackProxy.h" |
Syntax
UCLASS (MinimalAPI)
class UConnectionCallbackProxy : public UOnlineBlueprintCallProxyBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UOnlineBlueprintCallProxyBase → UConnectionCallbackProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UConnectionCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
ConnectionCallbackProxy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFailure | FOnlineConnectionResult | Called when there is an unsuccessful query. | ConnectionCallbackProxy.h |
|
| OnSuccess | FOnlineConnectionResult | Called when there is a successful query. | ConnectionCallbackProxy.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnLoginCompleteDelegate | FOnLoginCompleteDelegate | Connection callback delegate. | ConnectionCallbackProxy.h | |
| OnLoginCompleteDelegateHandle | FDelegateHandle | OnLoginComplete delegate handle. | ConnectionCallbackProxy.h | |
| PlayerControllerWeakPtr | TWeakObjectPtr< APlayerController > | The player controller triggering things. | ConnectionCallbackProxy.h | |
| WorldContextObject | UObject * | The world context object in which this call is taking place. | ConnectionCallbackProxy.h |
Functions
Public
Overridden from UBlueprintAsyncActionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Activate() |
ConnectionCallbackProxy.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UConnectionCallbackProxy * ConnectToService
(
UObject* WorldContextObject, |
Connects to an online service such as Google Play. | ConnectionCallbackProxy.h |
|