Navigation
API > API/Developer > API/Developer/DirectoryWatcher
References
| Module | DirectoryWatcher |
| Header | /Engine/Source/Developer/DirectoryWatcher/Public/IDirectoryWatcher.h |
| Include | #include "IDirectoryWatcher.h" |
Syntax
struct FFileChangeData
Variables
| Type | Name | Description | |
|---|---|---|---|
| EFileChangeAction | Action | The reported Action. | |
| FString | Filename | If the Action references a specific file, the name of the file. | |
| int64 | TimeStamp | If the Action references a timestamp, the timezone UTC UnixTimeStamp (e.g. FDateTime::ToUnixTimeStamp) of the Action. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFileChangeData
(
const FString& InFilename, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EFileChangeAction |