FConcertFileCache::FindFile

Find the given file, and get its data.

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 FindFile
(
    const FString & InFilename,
    TArray< uint8 > & OutFileData
) const

Remarks

Find the given file, and get its data.

Returns

True if the file was found, 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