UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FileSystem.cpp File Reference
#include "Common/FileSystem.h"
#include "Async/Async.h"
#include "Containers/Queue.h"
#include "Containers/StringConv.h"
#include "GenericPlatform/GenericPlatformFile.h"
#include "HAL/FileManager.h"
#include "Misc/FileHelper.h"

Classes

class  BuildPatchServices::FParallelDirectoryEnumerator
 
class  BuildPatchServices::FFileSystem
 

Namespaces

namespace  FileSystemHelpers
 
namespace  BuildPatchServices
 

Functions

bool FileSystemHelpers::PlatformGetAttributes (const TCHAR *Filename, BuildPatchServices::EAttributeFlags &OutFileAttributes)
 
bool FileSystemHelpers::PlatformSetCompressed (const TCHAR *Filename, bool bIsCompressed)
 
bool FileSystemHelpers::PlatformSetExecutable (const TCHAR *Filename, bool bIsExecutable)