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 FGameMatchTeam
Remarks
Data needed to construct a team
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | TeamId | Id of the team | |
| TArray< FUniqueNetIdRef > | TeamMemberIds | Members belonging to the team | |
| FString | TeamName | Name of the team |