WatchOptions

Options for a single watch (can be combined)

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

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

Include

#include "IDirectoryWatcher.h"

Syntax

enum WatchOptions
{
    IncludeDirectoryChanges    = (1<<0),
    IgnoreChangesInSubtree     = (1<<1),
}

Values

Name

Description

IncludeDirectoryChanges

Whether to include notifications for changes to actual directories (such as directories being created or removed).

IgnoreChangesInSubtree

Whether changes in subdirectories need to be reported.

Remarks

Options for a single watch (can be combined)

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