Loading...
Searching...
No Matches
FOnlineSessionV2AccelBytePlayerAttributes Struct Reference

Public Attributes

bool bEnableCrossplay {false}
TSharedPtr< FJsonObject > Data {nullptr}
TArray< FString > Roles {}
TArray< FAccelByteModelsV2PlayerAttributesPlatform > Platforms {}

Member Data Documentation

◆ bEnableCrossplay

bool FOnlineSessionV2AccelBytePlayerAttributes::bEnableCrossplay {false}

Whether or not crossplay should be enabled for a player. If disabled by the system, this will always be false.

◆ Data

TSharedPtr<FJsonObject> FOnlineSessionV2AccelBytePlayerAttributes::Data {nullptr}

Custom data that should be associated with this player between multiple sessions.

◆ Platforms

TArray<FAccelByteModelsV2PlayerAttributesPlatform> FOnlineSessionV2AccelBytePlayerAttributes::Platforms {}

Preferred roles that associated with this player between multiple sessions.

◆ Roles

TArray<FString> FOnlineSessionV2AccelBytePlayerAttributes::Roles {}

Preferred roles that associated with this player between multiple sessions.