Navigation
API > API/Runtime > API/Runtime/ImageDownload > API/Runtime/ImageDownload/FWebImageCache
References
| Module | ImageDownload |
| Header | /Engine/Source/Runtime/Online/ImageDownload/Public/WebImageCache.h |
| Include | #include "WebImageCache.h" |
| Source | /Engine/Source/Runtime/Online/ImageDownload/Private/WebImageCache.cpp |
void RelinquishUnusedImages()
Remarks
This function causes the web image cache to stop holding on to strong references to images. Normally once downloaded, an image is cached forever. This allows us to release images that are not currently being displayed (those would have Strong pointers existing external to this class) to be released.