EChangeDetection

Enum that specifies what changes are required for a change to be reported.

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h

Include

#include "FileCache.h"

Syntax

enum EChangeDetection
{
    Timestamp,
    FileHash,
}

Values

Name

Description

Timestamp

Report modifications when the timestamp of a file changes

FileHash

Report modifications when the contents of a file changes

Remarks

Enum that specifies what changes are required for a change to be reported. When combined, any valid change is reported.

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