FFileManagerGeneric::SetTimeStamp

Sets the modification time of the given file

Windows
MacOS
Linux

Override Hierarchy

IFileManager::SetTimeStamp()

FFileManagerGeneric::SetTimeStamp()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h

Include

#include "HAL/FileManagerGeneric.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/FileManagerGeneric.cpp

Syntax

virtual bool SetTimeStamp
(
    const TCHAR * Path,
    FDateTime TimeStamp
)

Remarks

Sets the modification time of the given file

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