Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Verse
Summary
Data persists only within session.
Steps to Reproduce
- In private or public match, persist array of arrays of integers
array { array {}, array{1,2}, array{-1,2,3, 1001} }
(8 members or more)
After saving to player profile, get the profile data again and check it was saved ok. Print members etc
- Exit game and launch the same code again
- This time do not write only print arrays again
Expected Result
Players data should contain all saved data exactly as it was saved.
Observed Result
Arrayl length is correct but members are empty
Platform(s)
PS5, Windows (all)
Island Code
0038-8908-4641 ( no longer reproducible as I have switched to a different data type, but I can provide older private codes if needed)