Navigation
API > API/Developer > API/Developer/DirectoryWatcher
References
| Module | DirectoryWatcher |
| Header | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include | #include "FileCache.h" |
Syntax
struct FUpdateCacheTransaction
Remarks
A transaction issued by FFileCache to describe a change to the cache. The change is only committed once the transaction is returned to the cache (see FFileCache::CompleteTransaction).
Variables
| Type | Name | Description | |
|---|---|---|---|
| EFileAction | Action | The type of action that prompted this transaction | |
| FFileData | FileData | File data pertaining to this change at the time of dispatch | |
| FImmutableString | Filename | The path of the file to which this transaction relates | |
| FImmutableString | MovedFromFilename | In the case of a moved file, this represents the path the file was moved from |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Publically moveable |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FUpdateCacheTransaction & | operator=
(
FUpdateCacheTransaction&& In |