This data structure is part of the Lobby Interface.
Remarks
Contains information about lobby and lobby member data
Properties
EOS_Lobby_AttributeData
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_LOBBY_ATTRIBUTEDATA_API_LATEST. |
const char* Key | Name of the lobby attribute |
int64_t AsInt64 | Stored as an 8 byte integer |
double AsDouble | Stored as a double precision floating point |
EOS_Bool AsBool | Stored as a boolean |
const char* AsUtf8 | Stored as a null terminated UTF8 string. Should not be nullptr |
} Value | Stored as a null terminated UTF8 string. Should not be nullptr |
EOS_ELobbyAttributeType ValueType | Type of value stored in the union |