File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2663,6 +2663,9 @@ struct FEditorObjectVersion
2663
2663
#if TEKKEN7
2664
2664
if (Ar.Game == GAME_Tekken7) return (Type)7 ; // pre-UE4.14
2665
2665
#endif
2666
+ #if PARAGON
2667
+ if (Ar.Game == GAME_Paragon) return (Type)22 ;
2668
+ #endif
2666
2669
2667
2670
if (Ar.Game < GAME_UE4 (12 ))
2668
2671
return BeforeCustomVersionWasAdded;
@@ -2865,6 +2868,7 @@ struct FAnimObjectVersion
2865
2868
BeforeCustomVersionWasAdded = 0 ,
2866
2869
// UE4.21-UE4.23 = 2
2867
2870
StoreMarkerNamesOnSkeleton = 2 ,
2871
+
2868
2872
VersionPlusOne,
2869
2873
LatestVersion = VersionPlusOne - 1
2870
2874
};
@@ -2898,6 +2902,7 @@ struct FAnimPhysObjectVersion
2898
2902
// UE4.19 = 16
2899
2903
ChangeRetargetSourceReferenceToSoftObjectPtr = 15 ,
2900
2904
// UE4.20-UE4.23 = 17
2905
+
2901
2906
VersionPlusOne,
2902
2907
LatestVersion = VersionPlusOne - 1
2903
2908
};
@@ -2931,6 +2936,7 @@ struct FReleaseObjectVersion
2931
2936
{
2932
2937
BeforeCustomVersionWasAdded = 0 ,
2933
2938
AddSkeletalMeshSectionDisable = 12 ,
2939
+
2934
2940
VersionPlusOne,
2935
2941
LatestVersion = VersionPlusOne - 1
2936
2942
};
You can’t perform that action at this time.
0 commit comments