EOS_Sessions_JoinSessionOptions

EOS API reference page for EOS_Sessions_JoinSessionOptions

阅读时间2分钟

This data structure is part of the Sessions Interface.

Remarks

Input parameters for the EOS_Sessions_JoinSession function.

Properties

EOS_Sessions_JoinSessionOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_SESSIONS_JOINSESSION_API_LATEST.
const char* SessionNameName of the session to create after joining session
EOS_HSessionDetails SessionHandleSession handle to join
EOS_ProductUserId LocalUserIdThe Product User ID of the local user who is joining the session
EOS_Bool bPresenceEnabledDetermines whether or not this session should be the one associated with the local user's presence information. If true, this session will be associated with presence. Only one session at a time can have this flag true. This affects the ability of the Social Overlay to show game related actions to take in the user's social graph. * using the bPresenceEnabled flags within the Sessions interface * using the bPresenceEnabled flags within the Lobby interface * using EOS_PresenceModification_SetJoinInfo