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: i32API Version: Set this to EOS_PLAYERDATASTORAGE_DUPLICATEFILE_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user who authorized the duplication of the requested file; must be the original file’s owner
SourceFilename: *const i8The name of the existing file to duplicate
DestinationFilename: *const i8The name of the new file