Navigation
Unreal Engine C++ API Reference > Developer > DirectoryWatcher > FFileCache
References
Module | DirectoryWatcher |
Header | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
Include | #include "FileCache.h" |
Source | /Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp |
TArray< FUpdateCacheTransaction > FilterOutstandingChanges
&40;
TFunctionRef< bool(const FUpdateCacheTransaction &, const FDateTime &)> InPredicate
&41;
Remarks
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.