Public Attributes | |
| bool | bEnableCrossplay {false} |
| TSharedPtr< FJsonObject > | Data {nullptr} |
| TArray< FString > | Roles {} |
| TArray< FAccelByteModelsV2PlayerAttributesPlatform > | Platforms {} |
| bool FOnlineSessionV2AccelBytePlayerAttributes::bEnableCrossplay {false} |
Whether or not crossplay should be enabled for a player. If disabled by the system, this will always be false.
| TSharedPtr<FJsonObject> FOnlineSessionV2AccelBytePlayerAttributes::Data {nullptr} |
Custom data that should be associated with this player between multiple sessions.
| TArray<FAccelByteModelsV2PlayerAttributesPlatform> FOnlineSessionV2AccelBytePlayerAttributes::Platforms {} |
Preferred roles that associated with this player between multiple sessions.
| TArray<FString> FOnlineSessionV2AccelBytePlayerAttributes::Roles {} |
Preferred roles that associated with this player between multiple sessions.