question

archieprakash avatar image
archieprakash asked

Multiple Key Data Requests with Unreal Blueprints

How do I request for multiple keys with a DataRequest in Unreal Blueprints?

I know setting the keys to none will get all the data, but I just want a subset.

I try to make a list in the key string property in Unreal Blueprints but it keeps returning back with an error.

6536-screenshot-2023-11-16-162812.jpg

Title Dataunrealdata
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

If you want to request multiple keys, you can separate the keys with a comma in the request body’s parameter “Keys”. For more details, you can refer to my testing blueprint.

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.