FUnixPlatformFile::GetTimeStamp

Return the modification time of a file.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::GetTimeStamp()

FUnixPlatformFile::GetTimeStamp()

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

Syntax

virtual FDateTime GetTimeStamp
(
    const TCHAR * Filename
)

Remarks

Return the modification time of a file. Returns FDateTime::MinValue() on failure

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss