Navigation
API > API/Developer > API/Developer/DirectoryWatcher
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).
| Name | FUpdateCacheTransaction |
| Type | struct |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include Path | #include "FileCache.h" |
Syntax
struct FUpdateCacheTransaction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Publically moveable | FileCache.h | ||
FUpdateCacheTransaction
(
const FUpdateCacheTransaction& |
Not Copyable | FileCache.h | |
FUpdateCacheTransaction
(
FImmutableString InFilename, |
Construction responsibility is held by FFileCache | FileCache.h | |
FUpdateCacheTransaction
(
FImmutableString InMovedFromFilename, |
Construction responsibility is held by FFileCache | FileCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | EFileAction | The type of action that prompted this transaction | FileCache.h | |
| FileData | FFileData | File data pertaining to this change at the time of dispatch | FileCache.h | |
| Filename | FImmutableString | The path of the file to which this transaction relates | FileCache.h | |
| MovedFromFilename | FImmutableString | In the case of a moved file, this represents the path the file was moved from | FileCache.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| FileCache.h | |||
FUpdateCacheTransaction & operator=
(
const FUpdateCacheTransaction& |
FileCache.h |