question

Sentry avatar image
Sentry asked

UE4, Deconstruct Get Title Data String?

Is it possible to process the title data output as an array? I can get the title data values I want but it gives me the entire json as a string, rather than the values in an array or struct.

My Value looks like this;

{"Name":"EASY","Modifier":"-.5","Name":"MEDIUM","Modifier":"0","Name":"HARD","Modifier":".4","Name":"EXTREME","Modifier":"1"}

Ideally I would want an array of strings/floats for each value. Is this possible? or do I need to manually process and seperate the string?

Title Data
difgrab.png (137.2 KiB)
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

·
Sarah Zhang avatar image
Sarah Zhang answered

PlayFab API returns data in the JSON format. Developers need to convert the JSON string to the array manually. Or you can search the corresponding Json parsing plugin in the Unreal Marketplace.

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.