Navigation
API > API/Developer > API/Developer/DirectoryWatcher > API/Developer/DirectoryWatcher/FFileCache
Description
Return a transaction to the cache for completion. Will update the cached state with the change described in the transaction, and mark the cache as needing to be saved.
| Name | CompleteTransaction |
| Type | function |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include Path | #include "FileCache.h" |
| Source | /Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp |
void CompleteTransaction
(
FUpdateCacheTransaction && Transaction
)