GetBestDisplayImage
Given an EmergenceInventoryItemsMetaContent array, find the best image's URL. PNGs are best, then JPEGs, then GIFs. If nothing is found, returns an empty string.
Last updated
Given an EmergenceInventoryItemsMetaContent array, find the best image's URL. PNGs are best, then JPEGs, then GIFs. If nothing is found, returns an empty string.
Last updated
Inputs
TArray<EmergenceInventoryItemMetaContent>
Contents
The contents to analyse.
Outputs
FString
return
The URL of the best image.