Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LobbiesCommonTypes.h |
| Include | #include "Online/LobbiesCommonTypes.h" |
Syntax
struct FLobbyClientChanges
Remarks
Local changes to a lobby to be applied to the service.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FLobbyClientAttributeChanges > | Attributes | Setting for changing lobby attributes. | |
| TOptional< ELobbyJoinPolicy > | JoinPolicy | Setting for new join policy. | |
| TOptional< FAccountId > | KickedTargetMember | Setting for kicking the target lobby member. | |
| TOptional< FSchemaId > | LobbySchema | Setting for lobby schema change. | |
| TOptional< FName > | LocalName | Local name for the lobby. | |
| TOptional< ELobbyMemberLeaveReason > | LocalUserLeaveReason | Setting for removing the local user. | |
| TOptional< FLobbyClientMemberAttributeChanges > | MemberAttributes | Setting for adding or updating the local user. | |
| TOptional< FAccountId > | OwnerAccountId | Setting for lobby ownership change. |