Navigation
API > API/Developer > API/Developer/DirectoryWatcher
Simple struct that encapsulates a filename and its associated MD5 hash
| Name | FFilenameAndHash |
| Type | struct |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include Path | #include "FileCache.h" |
Syntax
struct FFilenameAndHash
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| FileCache.h | |||
FFilenameAndHash
(
const FString& File |
FileCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AbsoluteFilename | FString | FileCache.h | ||
| FileHash | FMD5Hash | FileCache.h |