Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Overall game match results container to house coop and competitive game match data
| Name | FGameMatchResult |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FGameMatchResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompetitiveResult | FGameMatchCompetitiveResults | Results of a competitive game match | Interfaces/OnlineGameMatchesInterface.h | |
| CoopResult | EMatchCoopResults | Results of a coop game match | Interfaces/OnlineGameMatchesInterface.h |