Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FDownloadFile
Description
If no target directory was given to download the files too then the command will keep the files in memory which can be accessed via this method. If the file failed to download then a null FSharedBuffer will be returned.
| Name | GetFileData |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlOperations.cpp |
FSharedBuffer GetFileData
(
const FStringView & Filename
)