FFileData

Structure representing specific information about a particular file

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h

Include

#include "FileCache.h"

Syntax

struct FFileData

Remarks

Structure representing specific information about a particular file

Variables

Name Description

Public variable

FMD5Hash

 

FileHash

The cached MD5 hash of the file on disk

Public variable

FDateTime

 

Timestamp

The cached timestamp of the file on disk

Constructors

Name Description

Public function

FFileData()

Constructiors

Public function

FFileData

(
    const FDateTime& InTimestamp,
    const FMD5Hash& InFileHash
)

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