Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UOnlineBlueprintCallProxyBase
- UQuitMatchCallbackProxy
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/QuitMatchCallbackProxy.h |
| Include | #include "QuitMatchCallbackProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UQuitMatchCallbackProxy : public UOnlineBlueprintCallProxyBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEmptyOnlineDelegate | OnFailure | Called when there is an unsuccessful query. | |
| FEmptyOnlineDelegate | OnSuccess | Called when there is a successful query. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UQuitMatchCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UQuitMatchCallbackProxy * | QuitMatch
(
UObject* WorldContextObject, |
Quits the turn based match. | |
| void | QuitMatchDelegate
(
FString MatchID, |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |