Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
- IPlatformFile::CopyFile()
- FSandboxPlatformFile::CopyFile()
References
Module | SandboxFile |
Header | /Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h |
Include | #include "IPlatformFileSandboxWrapper.h" |
Source | /Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp |
virtual bool CopyFile
&40;
const TCHAR &42; To,
const TCHAR &42; From,
EPlatformFileRead ReadFlags,
EPlatformFileWrite WriteFlags
&41;
Remarks
Copy a file. This will fail if the destination file already exists. true if the file was copied sucessfully.
Parameters
Name | Description |
---|---|
To | File to copy to. |
From | File to copy from. |
ReadFlags | Source file read options. |
WriteFlags | Destination file write options. |