Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
Local changes to a lobby translated to the changes which will be applied to the service.
| Name | FLobbyClientServiceChanges |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LobbiesCommonTypes.h |
| Include Path | #include "Online/LobbiesCommonTypes.h" |
Syntax
struct FLobbyClientServiceChanges
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| JoinPolicy | TOptional< ELobbyJoinPolicy > | Setting for new join policy. | Online/LobbiesCommonTypes.h | |
| KickedTargetMember | TOptional< FAccountId > | Target member to be kicked. | Online/LobbiesCommonTypes.h | |
| OwnerAccountId | TOptional< FAccountId > | Setting for lobby ownership change. | Online/LobbiesCommonTypes.h | |
| RemovedAttributes | TSet< FSchemaServiceAttributeId > | Removed lobby attribute ids. | Online/LobbiesCommonTypes.h | |
| RemovedMemberAttributes | TSet< FSchemaServiceAttributeId > | Removed lobby member attribute ids. | Online/LobbiesCommonTypes.h | |
| UpdatedAttributes | TMap< FSchemaServiceAttributeId, FSchemaServiceAttributeData > | Added or changed lobby attributes and their values. | Online/LobbiesCommonTypes.h | |
| UpdatedMemberAttributes | TMap< FSchemaServiceAttributeId, FSchemaServiceAttributeData > | Added or changed lobby member attributes and their values. | Online/LobbiesCommonTypes.h |