FFilenameAndHash

Simple struct that encapsulates a filename and its associated MD5 hash

Unreal Engine C++ API Reference > Developer > DirectoryWatcher

References

   
Module DirectoryWatcher
Header /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h
Include #include "FileCache.h"

Syntax

struct FFilenameAndHash  

Remarks

Simple struct that encapsulates a filename and its associated MD5 hash

Variables

Type Name Description
FString AbsoluteFilename  
FMD5Hash FileHash  

Constructors

Type Name Description
  FFilenameAndHash ()  
  FFilenameAndHash ( const FString& File )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library