Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FLobbyClientDataPrepareServiceSn-
| Name | Params |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LobbiesCommonTypes.h |
| Include Path | #include "Online/LobbiesCommonTypes.h" |
Syntax
struct Params
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LeaveReasons | TMap< FAccountId, ELobbyMemberLeaveReason > | Any leaving members notified by the service. | Online/LobbiesCommonTypes.h | |
| LobbyMemberSnapshots | TMap< FAccountId, FLobbyMemberServiceSnapshot > | Full snapshot for each member from the service. | Online/LobbiesCommonTypes.h | |
| LobbySnapshot | FLobbyServiceSnapshot | Full snapshot from the service. | Online/LobbiesCommonTypes.h |