Navigation
API > API/Developer > API/Developer/DirectoryWatcher
References
| Module | DirectoryWatcher |
| Header | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include | #include "FileCache.h" |
Syntax
struct FDirectoryState
Remarks
Structure representing the file data for a number of files in a directory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FImmutableString, FFileData > | Files | Filename -> data map | |
| FMatchRules | Rules | The rules that define what this state applies to |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default construction | |||
FDirectoryState
(
FDirectoryState&& In |
Move construction |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDirectoryState & | operator=
(
FDirectoryState&& In |