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 @@
# Flags
Value: 0x00000001
Description: Whether the UEnum represents a set of flags
Feature: Trait
UENUM 1: Flags (../../Specifier/UENUM/Flags.md)

View File

@@ -0,0 +1,5 @@
# NewerVersionExists
Value: 0x00000002
Description: If set, this UEnum has been replaced by a newer version
Feature: Trait