Skip to main content

EOS_Metrics_EndPlayerSessionOptions

Type Alias EOS_Metrics_EndPlayerSessionOptions 

Source
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: i32

API Version: Set this to EOS_METRICS_ENDPLAYERSESSION_API_LATEST.

§AccountIdType: i32

The Account ID type that is set in the union.

§AccountId: _tagEOS_Metrics_EndPlayerSessionOptions__bindgen_ty_1

The Account ID for the player whose session is ending.