Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UOnlineBlueprintCallProxyBase
- UFindTurnBasedMatchCallbackProxy
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/FindTurnBasedMatchCallbackProxy.h |
| Include | #include "FindTurnBasedMatchCallbackProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UFindTurnBasedMatchCallbackProxy : public UOnlineBlueprintCallProxyBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnlineTurnBasedMatchResult | OnFailure | Called when matchmaking failed. | |
| FOnlineTurnBasedMatchResult | OnSuccess | Called when matchmaking succeeded. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UFindTurnBasedMatchCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UFindTurnBasedMatchCallbackProxy * | FindTurnBasedMatch
(
UObject* WorldContextObject, |
Use the platform matchmaking service (like Game Center) to find a match. | |
| UTurnBasedMatchInterface * |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |