question

playfab-9 avatar image
playfab-9 asked

How to setup array objects in blueprint?

I am having trouble setting up the profileconstraints parameter in Blueprint for Unreal. Getting a response, only it does not behave as expected, in this case the displayname is not received (whereas the default fields are received).

Currently I have it set up as this:

Whats am I doing wrong here?

unreal
10 |1200

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

playfab-9 avatar image
playfab-9 answered

This is how you do it for those that are interested (naming of BP variable is confusing, but you should get the gist):


10 |1200

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

JayZuo avatar image
JayZuo answered

There is no array here. If you check GetPlayerProfileRequest, you will find that ProfileConstraints is a PlayerProfileViewConstraints object. So you will set ProfileConstraints like the following:


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.