91 inline const FString&
GetUrl()
const {
return Url; }
118 bool bDownloadSuccess;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
TSharedPtr< class IHttpResponse, ESPMode::ThreadSafe > FHttpResponsePtr
Definition WebImage.h:20
TSharedPtr< IHttpRequest, ESPMode::ThreadSafe > FHttpRequestPtr
Definition WebImage.h:19
bool DidDownloadFail() const
Definition WebImage.h:88
IMAGEDOWNLOAD_API ~FWebImage()
Definition WebImage.cpp:19
IMAGEDOWNLOAD_API void CancelDownload()
Definition WebImage.cpp:133
bool BeginDownload(const FString &InUrl, const FOnImageDownloaded &DownloadCallback)
Definition WebImage.h:62
IMAGEDOWNLOAD_API bool BeginDownload(const FString &InUrl, const TOptional< FString > &StandInETag=TOptional< FString >(), const FOnImageDownloaded &DownloadCallback=FOnImageDownloaded())
Definition WebImage.cpp:29
bool IsDownloadPending() const
Definition WebImage.h:82
const TOptional< FString > & GetETag() const
Definition WebImage.h:94
FWebImage & SetStandInBrush(TAttribute< const FSlateBrush * > StandInBrushIn)
Definition WebImage.h:56
IMAGEDOWNLOAD_API FWebImage()
Definition WebImage.cpp:13
const FSlateBrush * GetDownloadedBrush() const
Definition WebImage.h:79
const FSlateBrush * GetBrush() const
Definition WebImage.h:76
bool DidDownloadSucceed() const
Definition WebImage.h:85
const FString & GetUrl() const
Definition WebImage.h:91
IMAGEDOWNLOAD_API TAttribute< const FSlateBrush * > Attr() const
Definition WebImage.cpp:24
DECLARE_DELEGATE_OneParam(FOnImageDownloaded, bool)
Definition IHttpRequest.h:171
Definition Attribute.h:17
const ObjectType & Get() const
Definition Attribute.h:241
Definition SharedPointer.h:1640
Definition SharedPointer.h:692
UE_FORCEINLINE_HINT ObjectType * Get() const
Definition SharedPointer.h:1065
UE_FORCEINLINE_HINT void Reset()
Definition SharedPointer.h:1120
UE_FORCEINLINE_HINT const bool IsValid() const
Definition SharedPointer.h:1085
Definition SlateBrush.h:239
Definition Optional.h:131