Use Bitmask over 32 Enums?

Maybe it’s not a good idea to use bitmask if enum’s count is too big. I use bitmask just because i want to directly set data in DataTable Property Editor, but not convert a binary to decimal number outside the Editor. maybe i can make an editor utility widget to do that convertion. tks for ur reply.
btw, now i’m wondering if someone else has the same problem or desire with the bitmask.
i found that the bitmask doesn’t show all enum value in editor if the enums too much, for instance , i define 30 enums but the editor just show 29 enums, the last one doesnot show.

1 Like