WatchOptions

Options for a single watch (can be combined)

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  
{  
    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)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library