Attribute for enums forcing enum values sequence to be bit flags starting with 1.
More...
Attribute for enums forcing enum values sequence to be bit flags starting with 1.
User defined values or changing sequence type in inherited/modded enums are not allowed.
enum EEnumBitFlag
{
Item1,
Item2,
Item3
}
Attribute for enums forcing enum values sequence to be bit flags starting with 1.
Definition EnumBitFlag.c:27
The documentation for this interface was generated from the following file:
- Core/generated/Attributes/EnumBitFlag.c