Navigation
Unreal Engine C++ API Reference > Developer > DirectoryWatcher > IDirectoryWatcher
References
Module | DirectoryWatcher |
Header | /Engine/Source/Developer/DirectoryWatcher/Public/IDirectoryWatcher.h |
Include | #include "IDirectoryWatcher.h" |
Syntax
enum WatchOptions
&123;
IncludeDirectoryChanges = (1<<0),
IgnoreChangesInSubtree = (1<<1),
&125;
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)