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
Enums
Public
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 |
|
Functions
Public