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