Bug with editable enum ?

Summary

I tried to make an editable enum with numbers as values, since this isnt possible instead of 1,2, 4, 8, i did _1, _2, _4, _8,. this worked and it recognized it as text instead of an integer.

I got succesfully a dropdown menu in the creative device with values 1 2 4 8 etc, but i couldnt change the values from the dropdown menu. if its on 8 and i choose 2 it still stayed on 8.

so i tried with different names like value1,value2,value3,value4 etc so it starts with a letter instead of _

And this fixed the issue.

I dont know if that is intentional or a bug but i tought i report it.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

GridSizeOptions := enum{_1,_2,_4,_8,_16,_32,_64,_128,_256,_512,_1024,_2048,_4096}

@editable GridSnapValue : GridSizeOptions = GridSizeOptions._256

Expected Result

u would see all the values int he dropbox but without be able to change it.

Observed Result

??

Platform(s)

windows

This topic was automatically closed after 180 days. New replies are no longer allowed.