Navigation
Unreal Engine C++ API Reference > Runtime > Core > Unix > FUnixPlatformFile
- IPlatformFile::MoveFile()
- FUnixPlatformFile::MoveFile()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformFile.h |
Include | #include "Unix/UnixPlatformFile.h" |
Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformFile.cpp |
virtual bool MoveFile
&40;
const TCHAR &42; To,
const TCHAR &42; From
&41;
Remarks
Attempt to move a file. Return true if successful. Will not overwrite existing files.