Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FDownloadFile
Description
Do not call outside of source control implementations. Used to add the file in memory once downloaded so that the caller can get access to it.
| Name | __Internal_AddFileData |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
void __Internal_AddFileData
(
const FString & Filename,
FSharedBuffer FileData
)