API/Autodoc/Classes/UTextureDownloader.en.md


UTextureDownloader

#include <UTextureDownloader.h>

Inherits from UBlueprintAsyncActionBase

Public Functions

Name
UTextureDownloader * DownloadImage(FString url)

Public Attributes

Name
FCompleteTextureDownloadOutputPin Complete
FFailureTextureDownloadOutputPin Failure

function DownloadImage

static UTextureDownloader * DownloadImage(
    FString url
)

variable Complete

FCompleteTextureDownloadOutputPin Complete;

variable Failure

FFailureTextureDownloadOutputPin Failure;

Назад