Navigation
| Name | ImageDownload |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Online/ImageDownload/ |
| Module Build Rules | ImageDownload.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FWebImage | This class manages downloading an image and swapping it out a standin once it's done. |
| FWebImageCache | This class is designed to facilitate caching of web images and setting a global stand-in so we don't re-download the same image every time the UI shows it again. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FHttpRequestPtr | TSharedPtr< IHttpRequest, ESPMode::ThreadSafe > | WebImage.h | |
| FHttpResponsePtr | TSharedPtr< class IHttpResponse, ESPMode::ThreadSafe > | WebImage.h |