question

Tanishq Malu avatar image
Tanishq Malu asked

How to download an image entity file using blueprints in UE5?

I have uploaded an image into entity files of a player, and i want the client/player to be able to download and view it in the game.

Current Api Call simply gives us the metadata which provides download URL. Now one can make an HTTPS request and download it but is there any other way to do it?

apisentities
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Neils Shi avatar image
Neils Shi answered

Currently, if you want to get the entity files, you must call API GetFiles and get the DownloadUrl in Metadata, then make an HTTPS request to get it.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.