Navigation
API > API/Developer > API/Developer/DirectoryWatcher
References
| Module | DirectoryWatcher |
| Header | /Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h |
| Include | #include "FileCacheUtilities.h" |
Syntax
struct IMatchRule
Remarks
A rule that checks whether a file is applicable or not
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | IsFileApplicable
(
const TCHAR* Filename |
Test to see if a file is applicable based on this rule. | |
| void | Serialize this rule |