Skip to content

Commit 83e8e13

Browse files
committed
fix: add project regen
1 parent 46e6c2e commit 83e8e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ABS.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def CreateTask(self,Args):
112112
PyUnrealBuildSystem.Get().CreateTask(Args)
113113
Args.Clean = False
114114

115+
Args.Clean = True
116+
Args.GenProject = True
115117
Args.BuildCookRun = True
116118
PyUnrealBuildSystem.Get().CreateTask(Args)
117119
Args.BuildCookRun = False

0 commit comments

Comments
 (0)