pub type EOS_PlayerDataStorage_DeleteFileOptions = _tagEOS_PlayerDataStorage_DeleteFileOptions;Expand description
Input data for the EOS_PlayerDataStorage_DeleteFile function
Aliased Type§
#[repr(C)]pub struct EOS_PlayerDataStorage_DeleteFileOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub Filename: *const i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_PLAYERDATASTORAGE_DELETEFILE_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user who authorizes deletion of the file; must be the file’s owner
Filename: *const i8The name of the file to delete