Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertFileCache
Description
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.
| Name | CacheFile |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertFileCache.h |
| Include Path | #include "ConcertFileCache.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertFileCache.cpp |
bool CacheFile
(
const FString & InFilename
)
True if the file was cached, false otherwise.