Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeaconReservation.h |
| Include | #include "OnlineBeaconReservation.h" |
Syntax
USTRUCT&40;&41;
struct FPlayerReservation
Remarks
A single player reservation
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowCrossplay | Does this player opt in to crossplay | |
| float | ElapsedTime | Elapsed time since player made reservation and was last seen | |
| FString | Platform | Platform this user is on | |
| FUniqueNetIdRepl | UniqueId | Unique id for this reservation | |
| FString | ValidationStr | Info needed to validate user credentials when joining a server |
Constructors
| Type | Name | Description | |
|---|---|---|---|