pub type EOS_Metrics_EndPlayerSessionOptions = _tagEOS_Metrics_EndPlayerSessionOptions;Expand description
EndPlayerSession.
Aliased Type§
#[repr(C)]pub struct EOS_Metrics_EndPlayerSessionOptions {
pub ApiVersion: i32,
pub AccountIdType: i32,
pub AccountId: _tagEOS_Metrics_EndPlayerSessionOptions__bindgen_ty_1,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_METRICS_ENDPLAYERSESSION_API_LATEST.
AccountIdType: i32The Account ID type that is set in the union.
AccountId: _tagEOS_Metrics_EndPlayerSessionOptions__bindgen_ty_1The Account ID for the player whose session is ending.