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