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