EHashOptions

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FileHelper.h

Include

#include "Misc/FileHelper.h"

Syntax

enum EHashOptions
{
    None                =0,
    EnableVerify        =1<<0,
    ErrorMissingHash    =1<<1,
}

Values

Name

Description

None

EnableVerify

Enable the async task for verifying the hash for the file being loaded

ErrorMissingHash

A missing hash entry should trigger an error

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss