Issues with curve table

Hello, I’m trying to test my packaged game, but I have some issues retrieving curve table values. It contains 101 entries for 5 rows in editor


but in the packaged build many entries get trimmed for some reason
image

I access the curves by column which is the player level, so accessing anything above level 3 for my TotalMana, I always get 0 even though there are many unique entries in that row.

Does anyone know what might be issue?