The problem with CreateTexture2D is it requires a TArray < FColor > while the data you get from the web is a TArray < uint8 >
So if you can still use CreateTexture2D, how do you convert from TArray < uint8 > to TArray < FColor > ?
The problem with CreateTexture2D is it requires a TArray < FColor > while the data you get from the web is a TArray < uint8 >
So if you can still use CreateTexture2D, how do you convert from TArray < uint8 > to TArray < FColor > ?