| JoinPolicy |
TOptional< ELobbyJoinPolicy > |
Set when there is a change in join policy. |
Online/LobbiesCommonTypes.h |
|
| LeavingMembers |
TArray< TPair< TSharedRef< FLobbyMemberInternal >, ELobbyMemberLeaveReason > > |
Any leaving members and their reason. |
Online/LobbiesCommonTypes.h |
|
| MaxMembers |
TOptional< int32 > |
Set when there is a change in max members. |
Online/LobbiesCommonTypes.h |
|
| NewMemberDataStorage |
TArray< TSharedRef< FLobbyMemberInternal > > |
Members who did not already have a local representation. |
Online/LobbiesCommonTypes.h |
|
| OwnerAccountId |
TOptional< FAccountId > |
Set when there is a change in lobby ownership. |
Online/LobbiesCommonTypes.h |
|
| UpdatedMemberDataStorage |
TArray< TSharedRef< FLobbyMemberInternal > > |
Members who already exist in the lobby. |
Online/LobbiesCommonTypes.h |
|