UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::WindowsPlatformFile::Private Namespace Reference

Functions

int32 UEDayOfWeekToWindowsSystemTimeDayOfWeek (const EDayOfWeek InDayOfWeek)
 
FDateTime WindowsFileTimeToUEDateTime (const FILETIME &InFileTime)
 
FILETIME UEDateTimeToWindowsFileTime (const FDateTime &InDateTime)
 
void UpdateOverlappedPos (OVERLAPPED &Overlapped, int64 UpdatedPos)
 

Function Documentation

◆ UEDateTimeToWindowsFileTime()

FILETIME UE::WindowsPlatformFile::Private::UEDateTimeToWindowsFileTime ( const FDateTime InDateTime)

◆ UEDayOfWeekToWindowsSystemTimeDayOfWeek()

int32 UE::WindowsPlatformFile::Private::UEDayOfWeekToWindowsSystemTimeDayOfWeek ( const EDayOfWeek  InDayOfWeek)

◆ UpdateOverlappedPos()

void UE::WindowsPlatformFile::Private::UpdateOverlappedPos ( OVERLAPPED &  Overlapped,
int64  UpdatedPos 
)

◆ WindowsFileTimeToUEDateTime()

FDateTime UE::WindowsPlatformFile::Private::WindowsFileTimeToUEDateTime ( const FILETIME InFileTime)