I created a Bitmask Enum in C++ like so:
Now when trying to use it in blueprint, either by creating an int variable and setting the bitmask option, or by using Make Bitmask, only the first half of my entries show up.
I created a Bitmask Enum in C++ like so:
Now when trying to use it in blueprint, either by creating an int variable and setting the bitmask option, or by using Make Bitmask, only the first half of my entries show up.
Hi Dragonplayer62,
try meta = (Bitflags, UseEnumValuesAsMaskValuesInEditor = "true")
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.