Navigation
API > API/Runtime > API/Runtime/UMG
| Name | UAsyncTaskDownloadImage |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/AsyncTaskDownloadImage.h |
| Include Path | #include "Blueprint/AsyncTaskDownloadImage.h" |
Syntax
UCLASS (MinimalAPI)
class UAsyncTaskDownloadImage : public UBlueprintAsyncActionBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UAsyncTaskDownloadImage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAsyncTaskDownloadImage
(
const FObjectInitializer& ObjectInitializer |
Blueprint/AsyncTaskDownloadImage.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFail | FDownloadImageDelegate | Blueprint/AsyncTaskDownloadImage.h |
|
|
| OnSuccess | FDownloadImageDelegate | Blueprint/AsyncTaskDownloadImage.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Start
(
FString URL |
Blueprint/AsyncTaskDownloadImage.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UAsyncTaskDownloadImage * DownloadImage
(
FString URL |
Blueprint/AsyncTaskDownloadImage.h |
|