Page MenuHomeFeedback Tracker

Introduce special enum for bit flags
Feedback, NormalPublic

Description

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.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

ookexoo created this task.Feb 11 2024, 4:52 AM
Geez changed the task status from New to Feedback.Feb 12 2024, 12:12 PM