Navigation
API > API/Developer > API/Developer/DirectoryWatcher
Structure representing specific information about a particular file
| Name | FFileData |
| Type | struct |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include Path | #include "FileCache.h" |
Syntax
struct FFileData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFileData () |
Constructiors | FileCache.h | |
FFileData
(
const FDateTime& InTimestamp, |
FileCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileHash | FMD5Hash | The cached MD5 hash of the file on disk | FileCache.h | |
| Timestamp | FDateTime | The cached timestamp of the file on disk | FileCache.h |