Navigation
API > API/Developer > API/Developer/DirectoryWatcher > API/Developer/DirectoryWatcher/FFileCache
Description
Get pending changes to the cache. Transactions must be returned to CompleteTransaction to update the cache. Filter predicate receives a transaction and the time the change was reported.
| Name | FilterOutstandingChanges |
| Type | function |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include Path | #include "FileCache.h" |
| Source | /Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp |
TArray< FUpdateCacheTransaction > FilterOutstandingChanges
(
TFunctionRef< bool &, const FDateTime &)> InPredicate
)