Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFileHelper
| Name | EHashOptions |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/FileHelper.h |
| Include Path | #include "Misc/FileHelper.h" |
Syntax
enum EHashOptions
{
None =0,
EnableVerify =1<<0,
ErrorMissingHash =1<<1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| EnableVerify | Enable the async task for verifying the hash for the file being loaded |
| ErrorMissingHash | A missing hash entry should trigger an error |