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 FLobbyClientServiceChanges
Remarks
Local changes to a lobby translated to the changes which will be applied to the service.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< ELobbyJoinPolicy > | JoinPolicy | Setting for new join policy. | |
| TOptional< FAccountId > | KickedTargetMember | Target member to be kicked. | |
| TOptional< FAccountId > | OwnerAccountId | Setting for lobby ownership change. | |
| TSet< FSchemaServiceAttributeId > | RemovedAttributes | Removed lobby attribute ids. | |
| TSet< FSchemaServiceAttributeId > | RemovedMemberAttributes | Removed lobby member attribute ids. | |
| TMap< FSchemaServiceAttributeId, FSchemaServiceAttributeData > | UpdatedAttributes | Added or changed lobby attributes and their values. | |
| TMap< FSchemaServiceAttributeId, FSchemaServiceAttributeData > | UpdatedMemberAttributes | Added or changed lobby member attributes and their values. |