Navigation
API > API/Runtime > API/Runtime/ImageDownload > API/Runtime/ImageDownload/FWebImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool BeginDownload
(
const FString& InUrl, |
Begin downloading an image. | WebImage.h | |
bool BeginDownload
(
const FString& InUrl, |
Begin downloading an image. | WebImage.h |
BeginDownload(const FString &, const FOnImageDownloaded &)
Description
Begin downloading an image.
| Name | BeginDownload |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/ImageDownload/Public/WebImage.h |
| Include Path | #include "WebImage.h" |
bool BeginDownload
(
const FString & InUrl,
const FOnImageDownloaded & DownloadCallback
)
BeginDownload(const FString &, const TOptional< FString > &, const FOnImageDownloaded &)
Description
Begin downloading an image. This will automatically set the current brush to the downloaded image when it completes (if successful)
| Name | BeginDownload |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/ImageDownload/Public/WebImage.h |
| Include Path | #include "WebImage.h" |
| Source | /Engine/Source/Runtime/Online/ImageDownload/Private/WebImage.cpp |
bool BeginDownload
(
const FString & InUrl,
const TOptional< FString > & StandInETag,
const FOnImageDownloaded & DownloadCallback
)