Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| |
|
| Name |
FLobbyClientAttributeChanges |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LobbiesCommonTypes.h |
| Include Path |
#include "Online/LobbiesCommonTypes.h" |
Syntax
struct FLobbyClientAttributeChanges
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| RemovedAttributes |
TSet< FSchemaAttributeId > |
Attributes to be removed. |
Online/LobbiesCommonTypes.h |
|
| UpdatedAttributes |
TMap< FSchemaAttributeId, FSchemaVariant > |
New or changed attributes. |
Online/LobbiesCommonTypes.h |
|