Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FLobbyClientData
| Name | FPreparedClientChanges |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LobbiesCommonTypes.h |
| Include Path | #include "Online/LobbiesCommonTypes.h" |
Syntax
struct FPreparedClientChanges
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLobbyAttributesChanged | bool | Whether there are waiting lobby attribute changes to be committed. | Online/LobbiesCommonTypes.h | |
| JoiningLocalMember | TSharedPtr< FLobbyMemberInternal > | Access to local member when joining and assigning initial attributes. | Online/LobbiesCommonTypes.h | |
| JoinPolicy | TOptional< ELobbyJoinPolicy > | Setting for new join policy. | Online/LobbiesCommonTypes.h | |
| KickedTargetMember | TOptional< FAccountId > | Target member to be kicked. | Online/LobbiesCommonTypes.h | |
| LocalAccountId | FAccountId | The local user associated with the change. | Online/LobbiesCommonTypes.h | |
| LocalName | TOptional< FName > | Local name for the lobby. | Online/LobbiesCommonTypes.h | |
| LocalUserLeaveReason | TOptional< ELobbyMemberLeaveReason > | Reason to be set when the local member is leaving. | Online/LobbiesCommonTypes.h | |
| OwnerAccountId | TOptional< FAccountId > | Setting for lobby ownership change. | Online/LobbiesCommonTypes.h | |
| UpdatedLocalMember | TSharedPtr< FLobbyMemberInternal > | Access to local member when updating attributes. | Online/LobbiesCommonTypes.h |