FFileData

Structure representing specific information about a particular file

Unreal Engine C++ API Reference > Developer > DirectoryWatcher

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

Type Name Description
FMD5Hash FileHash The cached MD5 hash of the file on disk
FDateTime Timestamp The cached timestamp of the file on disk

Constructors

Type Name Description
  FFileData () Constructiors
  FFileData ( const FDateTime& InTimestamp, const FMD5Hash& InFileHash )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library