Sometimes enum is used for bit flags, such as EPlayerRole and EMilitarySymbolIcon. As it can be seen in EMilitarySymbolIcon, their values have to be manually assigned, which is problematic when it come to modding such enums. Two mods would easily become incompatible if they add a value, since they both naturally would take the next power of 2 in the series.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- General