Data Table Values are incorrect

I’m using DataTables in order to setup my project images from Url links.
I have a Data table consisting in 3 parameters:
URl (String)
Index (int)
Set (int)

In the editor i can see the following values

236866-captura-de-pantalla-2018-04-09-a-les-182217.png

When i print out any Row of the Data Table i get the correct Url but [Index] and [Set] values are always 0.

I have other Datatables working correctly but this one is causing me problems and don’t know any way to fix it.
I Used Data Tables in Clean projects with the same structure and always works as intended.

The print output is seen as the following image:

236868-captura-de-pantalla-2018-04-09-a-les-182750.png

Urls used are for testing and are not final, If anyone have any workaround to solve this problem please answer this post.

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://forums.unrealengine.com/unreal-engine/announcements-and-releases/1410408-unreal-engine-bug-submission-form

Thanks

Solved creating a new Struckt with strings on the int values and casting them to int afterwards, not the best but works