Skip to main content

EOS_PlayerDataStorage_DuplicateFileOptions

Type Alias EOS_PlayerDataStorage_DuplicateFileOptions 

Source
pub type EOS_PlayerDataStorage_DuplicateFileOptions = _tagEOS_PlayerDataStorage_DuplicateFileOptions;
Expand description

Input data for the EOS_PlayerDataStorage_DuplicateFile function

Aliased Type§

#[repr(C)]
pub struct EOS_PlayerDataStorage_DuplicateFileOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub SourceFilename: *const i8, pub DestinationFilename: *const i8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_PLAYERDATASTORAGE_DUPLICATEFILE_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user who authorized the duplication of the requested file; must be the original file’s owner

§SourceFilename: *const i8

The name of the existing file to duplicate

§DestinationFilename: *const i8

The name of the new file