Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include | #include "Online/Auth.h" |
Syntax
struct FAuthAccountAttributesChanged
Remarks
Struct for AccountAttributesChanged event
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FAccountInfo > | AccountInfo | The affected account. | |
| TMap< FSchemaAttributeId, FSchemaVariant > | AddedAttributes | Added attributes and their values. | |
| TMap< FSchemaAttributeId, TPair< FSchemaVariant, FSchemaVariant > > | ChangedAttributes | Changed attributes with their old and new values. | |
| TMap< FSchemaAttributeId, FSchemaVariant > | RemovedAttributes | Removed attributes with their previous values. |