IFileManager::GetTimeStampPair

Windows
MacOS
Linux

Override Hierarchy

IFileManager::GetTimeStampPair()

FFileManagerGeneric::GetTimeStampPair()

References

Module

Core

Header

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

Include

#include "HAL/FileManager.h"

Syntax

void GetTimeStampPair
(
    const TCHAR * PathA,
    const TCHAR * PathB,
    FDateTime & OutTimeStampA,
    FDateTime & OutTimeStampB
)

Parameters

Parameter

Description

PathA

The first given file

PathB

The second given file

OutTimeStampA

the modification time of the first given file (or FDateTime::MinValue() on failure)

OutTimeStampB

the modification time of the second given file (or 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