|
| static CORE_API bool | StaticExec (UWorld *Inworld, const TCHAR *Cmd, FOutputDevice &Ar) |
| |
| void | ConvertClientFilenameToServerFilename (FString &FilenameToConvert) |
| |
| void | ConvertLocalFilenameToServerFilename (FString &FilenameToConvert) |
| |
| void | ProcessOpenFile (FArchive &In, FArchive &Out, bool bIsWriting) |
| |
| void | ProcessReadFile (FArchive &In, FArchive &Out) |
| |
| void | ProcessWriteFile (FArchive &In, FArchive &Out) |
| |
| void | ProcessSeekFile (FArchive &In, FArchive &Out) |
| |
| void | ProcessCloseFile (FArchive &In, FArchive &Out) |
| |
| void | ProcessGetFileInfo (FArchive &In, FArchive &Out) |
| |
| void | ProcessMoveFile (FArchive &In, FArchive &Out) |
| |
| void | ProcessDeleteFile (FArchive &In, FArchive &Out) |
| |
| void | ProcessCopyFile (FArchive &In, FArchive &Out) |
| |
| void | ProcessSetTimeStamp (FArchive &In, FArchive &Out) |
| |
| void | ProcessSetReadOnly (FArchive &In, FArchive &Out) |
| |
| void | ProcessCreateDirectory (FArchive &In, FArchive &Out) |
| |
| void | ProcessDeleteDirectory (FArchive &In, FArchive &Out) |
| |
| void | ProcessDeleteDirectoryRecursively (FArchive &In, FArchive &Out) |
| |
| void | ProcessToAbsolutePathForRead (FArchive &In, FArchive &Out) |
| |
| void | ProcessToAbsolutePathForWrite (FArchive &In, FArchive &Out) |
| |
| void | ProcessReportLocalFiles (FArchive &In, FArchive &Out) |
| |
| bool | ProcessGetFileList (FArchive &In, FArchive &Out) |
| |
| void | ProcessHeartbeat (FArchive &In, FArchive &Out) |
| |
| FORCEINLINE IFileHandle * | FindOpenFile (uint64 HandleId) |
| |
| bool | PackageFile (FString &Filename, FString &TargetFilename, FArchive &Out) |
| |
| bool | ProcessSyncFile (FArchive &In, FArchive &Out) |
| |
| void | FileModifiedCallback (const FString &Filename) |
| |
| virtual bool | Exec_Runtime (class UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) override |
| |
| FString | FixupSandboxPathForClient (const FString &Filename) |
| |
| TMap< FString, FDateTime > | FixupSandboxPathsForClient (const TMap< FString, FDateTime > &SandboxPaths) |
| |
| virtual bool | Exec_Dev (UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) |
| |
| virtual bool | Exec_Editor (UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) |
| |