Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FDownloadFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| This version of FDownloadFile will download the files and keep them in memory, which can then be accessed by calling GetFileData. | SourceControlOperations.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGS FDownloadFile
(
EVerbosity InVerbosity |
SourceControlOperations.h | ||
FDownloadFile
(
FStringView InTargetDirectory |
This version of FDownloadFile will download the files to the given target directory | SourceControlOperations.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FDownloadFile
(
FStringView InTargetDirectory, |
SourceControlOperations.h |
FDownloadFile()
Description
This version of FDownloadFile will download the files and keep them in memory, which can then be accessed by calling GetFileData.
| Name | FDownloadFile |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
FDownloadFile()
FDownloadFile(EVerbosity)
| Name | FDownloadFile |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FDownloadFile
(
EVerbosity InVerbosity
)
FDownloadFile(FStringView)
Description
This version of FDownloadFile will download the files to the given target directory
| Name | FDownloadFile |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlOperations.cpp |
FDownloadFile
(
FStringView InTargetDirectory
)
FDownloadFile(FStringView, EVerbosity)
| Name | FDownloadFile |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlOperations.cpp |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FDownloadFile
(
FStringView InTargetDirectory,
EVerbosity InVerbosity
)