UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FileSystemHelpers Namespace Reference

Functions

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

Function Documentation

◆ PlatformGetAttributes()

bool FileSystemHelpers::PlatformGetAttributes ( const TCHAR Filename,
BuildPatchServices::EAttributeFlags &  OutFileAttributes 
)

◆ PlatformSetCompressed()

bool FileSystemHelpers::PlatformSetCompressed ( const TCHAR Filename,
bool  bIsCompressed 
)

◆ PlatformSetExecutable()

bool FileSystemHelpers::PlatformSetExecutable ( const TCHAR Filename,
bool  bIsExecutable 
)