Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertFileCache
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertFileCache.h |
| Include | #include "ConcertFileCache.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertFileCache.cpp |
bool CacheFile
(
const FString & InFilename
)
Remarks
Cache the given file (if valid).
This function ignores the current cached file state, so will re-cache the file even if it has already been cached. True if the file was cached, false otherwise.