FConcertFileCache::CacheFile

Cache the given file (if valid).

Windows
MacOS
Linux

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

Syntax

bool CacheFile
(
    const FString & InFilename
)

Remarks

Cache the given file (if valid). @note This function ignores the current cached file state, so will re-cache the file even if it has already been cached.

Returns

True if the file was cached, false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss