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