Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
| Name | UJoinSessionCallbackProxy |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/JoinSessionCallbackProxy.h |
| Include Path | #include "JoinSessionCallbackProxy.h" |
Syntax
UCLASS (MinimalAPI)
class UJoinSessionCallbackProxy : public UOnlineBlueprintCallProxyBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UOnlineBlueprintCallProxyBase → UJoinSessionCallbackProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UJoinSessionCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
JoinSessionCallbackProxy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFailure | FEmptyOnlineDelegate | Called when there is an unsuccessful join. | JoinSessionCallbackProxy.h |
|
| OnSuccess | FEmptyOnlineDelegate | Called when there is a successful join. | JoinSessionCallbackProxy.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Delegate | FOnJoinSessionCompleteDelegate | The delegate executed by the online subsystem. | JoinSessionCallbackProxy.h | |
| DelegateHandle | FDelegateHandle | Handle to the registered FOnJoinSessionComplete delegate. | JoinSessionCallbackProxy.h | |
| OnlineSearchResult | FOnlineSessionSearchResult | The search result we are sttempting to join. | JoinSessionCallbackProxy.h | |
| PlayerControllerWeakPtr | TWeakObjectPtr< APlayerController > | The player controller triggering things. | JoinSessionCallbackProxy.h | |
| WorldContextObject | UObject * | The world context object in which this call is taking place. | JoinSessionCallbackProxy.h |
Functions
Public
Overridden from UBlueprintAsyncActionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Activate() |
JoinSessionCallbackProxy.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UJoinSessionCallbackProxy * JoinSession
(
UObject* WorldContextObject, |
Joins a remote session with the default online subsystem. | JoinSessionCallbackProxy.h |
|