This commit is contained in:
2025-08-02 12:09:34 +08:00
commit e70b01cdca
2785 changed files with 575579 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# EnumFlags :
| Name | Feature | Value | Description | UENUM | UENUM 1 |
| ------------------ | ------- | ---------- | ------------------------------------------------------- | ----- | ------------------------------------------ |
| Flags | Trait | 0x00000001 | Whether the UEnum represents a set of flags | | [Flags](../Specifier/UENUM/Flags/Flags.md) |
| NewerVersionExists | Trait | 0x00000002 | If set, this UEnum has been replaced by a newer version | | |