Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Player game match results
| Name | FGameMatchPlayerResult |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FGameMatchPlayerResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlayerId | FUniqueNetIdPtr | Id of the player | Interfaces/OnlineGameMatchesInterface.h | |
| Rank | int32 | Player's rank | Interfaces/OnlineGameMatchesInterface.h | |
| Score | float | Player's score | Interfaces/OnlineGameMatchesInterface.h |