Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FGameMatchesData
Remarks
Top most container that contains all game match data
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | ActivityId | Game activity id | |
| TOptional< int32 > | InactivityExpirationTimeSeconds | The amount of time of no updates before the game match is automatically expired | |
| FGameMatchRoster | MatchesRoster | The roster of the match | |
| FString | ZoneId | Zone id |