Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- FTurnBasedMatchmakerDelegate
- TSharedFromThis
- FFindTurnBasedMatchCallbackProxyMatchmakerDelegate
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/FindTurnBasedMatchCallbackProxy.h |
| Include | #include "FindTurnBasedMatchCallbackProxy.h" |
Syntax
class FFindTurnBasedMatchCallbackProxyMatchmakerDelegate :
public FTurnBasedMatchmakerDelegate,
public TSharedFromThis< FTurnBasedMatchmakerDelegate >
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetFindTurnBasedMatchCallbackProxy
(
UFindTurnBasedMatchCallbackProxy* InFindTurnBasedMatchCallbackProxy |
||
| void | SetTurnBasedInterface
(
IOnlineTurnBasedPtr InTurnBasedInterface |
Overridden from FTurnBasedMatchmakerDelegate
| Type | Name | Description | |
|---|---|---|---|
| void | OnMatchFound
(
FTurnBasedMatchRef Match |
This is triggered once a match has been successfully found. | |
| void | This is triggered if the player cancelled the matchmaking process. | ||
| void | This is triggered if matchmaking failed for any reason. |