Skip to main content

EOS_UI_AcknowledgeEventIdOptions

Type Alias EOS_UI_AcknowledgeEventIdOptions 

Source
pub type EOS_UI_AcknowledgeEventIdOptions = _tagEOS_UI_AcknowledgeEventIdOptions;
Expand description

Input parameters for the EOS_UI_AcknowledgeEventId.

Aliased Type§

#[repr(C)]
pub struct EOS_UI_AcknowledgeEventIdOptions { pub ApiVersion: i32, pub UiEventId: u64, pub Result: i32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_UI_ACKNOWLEDGEEVENTID_API_LATEST.

§UiEventId: u64

The ID being acknowledged.

§Result: i32

The result to use for the acknowledgment. When acknowledging EOS_Presence_JoinGameAcceptedCallbackInfo this should be the result code from the JoinSession call.