Skip to main content

EOS_PlayerDataStorage_DeleteFileOptions

Type Alias EOS_PlayerDataStorage_DeleteFileOptions 

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

API Version: Set this to EOS_PLAYERDATASTORAGE_DELETEFILE_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user who authorizes deletion of the file; must be the file’s owner

§Filename: *const i8

The name of the file to delete