diff --git a/gen_unreal_engine/enums/AttributeTokens.csv b/gen_unreal_engine/enums/AttributeTokens.csv index 49f51a4..4ac524b 100644 --- a/gen_unreal_engine/enums/AttributeTokens.csv +++ b/gen_unreal_engine/enums/AttributeTokens.csv @@ -4,4 +4,3 @@ COREUOBJECT_API, COREUOBJECT_API ENGINE_API, ENGINE_API GAMEPLAYABILITIES_API, GAMEPLAYABILITIES_API UMG_API, UMG_API -UE_DEPRECATED, UE_DEPRECATED diff --git a/gen_unreal_engine/enums/ETokType.csv b/gen_unreal_engine/enums/ETokType.csv index 739deee..cd8b917 100644 --- a/gen_unreal_engine/enums/ETokType.csv +++ b/gen_unreal_engine/enums/ETokType.csv @@ -42,6 +42,7 @@ Number, "__number__" Operator, "__operator__" Preprocess_Hash, "#" Preprocess_Define, "define" +Preprocess_Define_Param, "__define_param__" Preprocess_If, "if" Preprocess_IfDef, "ifdef" Preprocess_IfNotDef, "ifndef"