Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FLobbyClientData
| Name | FPreparedServiceChanges |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LobbiesCommonTypes.h |
| Include Path | #include "Online/LobbiesCommonTypes.h" |
Syntax
struct FPreparedServiceChanges
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| JoinPolicy | TOptional< ELobbyJoinPolicy > | Set when there is a change in join policy. | Online/LobbiesCommonTypes.h | |
| LeavingMembers | TArray< TPair< TSharedRef< FLobbyMemberInternal >, ELobbyMemberLeaveReason > > | Any leaving members and their reason. | Online/LobbiesCommonTypes.h | |
| MaxMembers | TOptional< int32 > | Set when there is a change in max members. | Online/LobbiesCommonTypes.h | |
| NewMemberDataStorage | TArray< TSharedRef< FLobbyMemberInternal > > | Members who did not already have a local representation. | Online/LobbiesCommonTypes.h | |
| OwnerAccountId | TOptional< FAccountId > | Set when there is a change in lobby ownership. | Online/LobbiesCommonTypes.h | |
| UpdatedMemberDataStorage | TArray< TSharedRef< FLobbyMemberInternal > > | Members who already exist in the lobby. | Online/LobbiesCommonTypes.h |