UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AsyncTaskDownloadImage.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
9
10#include "AsyncTaskDownloadImage.generated.h"
11
13
15
16UCLASS(MinimalAPI)
18{
20
21public:
22 UFUNCTION(BlueprintCallable, meta=( BlueprintInternalUseOnly="true" ))
23 static UMG_API UAsyncTaskDownloadImage* DownloadImage(FString URL);
24
25public:
26
27 UPROPERTY(BlueprintAssignable)
29
30 UPROPERTY(BlueprintAssignable)
32
33public:
34
35 UMG_API void Start(FString URL);
36
38
40 void HandleImageRequest(FHttpRequestPtr HttpRequest, FHttpResponsePtr HttpResponse, bool bSucceeded);
41};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(DelegateName, Param1Type, Param1Name)
Definition DelegateCombinations.h:53
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition AsyncTaskDownloadImage.h:18
Definition BlueprintAsyncActionBase.h:20
Definition Texture2DDynamic.h:35