Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UOnlineBlueprintCallProxyBase
- UDestroySessionCallbackProxy
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/DestroySessionCallbackProxy.h |
| Include | #include "DestroySessionCallbackProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UDestroySessionCallbackProxy : public UOnlineBlueprintCallProxyBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEmptyOnlineDelegate | OnFailure | Called when there is an unsuccessful destroy. | |
| FEmptyOnlineDelegate | OnSuccess | Called when there is a successful destroy. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDestroySessionCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDestroySessionCallbackProxy * | DestroySession
(
UObject* WorldContextObject, |
Destroys a session previously created by the default online subsystem. |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |