This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
016bf1e5bece537489d5d76216885ca25f1a29cf
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SourceControlWindows
History
wouter burgers
63d0fbdf50
SourceControl / UEFN: Fixed non package files missing from check in dialog (uefnproject, uplugin, etc). Within UEFN projects, the FPaths::GetProjectFilePath() still returns the 'FortniteGame.uproject' file, instead of the '.uefnproject' file (unfortunately). To avoid adding a whole bunch of exceptions for UEFN specific files I check for any files under the GetSourceControlProjectDir that need to be submitted (the '.uefnproject' file, the '.uplugin' file or any other UEFN specific file).
...
#preflight 6336c34cd165c45137fc3327 [CL 22366132 by wouter burgers in ue5-main branch]
2022-10-05 19:08:41 -04:00
..
Private
SourceControl / UEFN: Fixed non package files missing from check in dialog (uefnproject, uplugin, etc). Within UEFN projects, the FPaths::GetProjectFilePath() still returns the 'FortniteGame.uproject' file, instead of the '.uefnproject' file (unfortunately). To avoid adding a whole bunch of exceptions for UEFN specific files I check for any files under the GetSourceControlProjectDir that need to be submitted (the '.uefnproject' file, the '.uplugin' file or any other UEFN specific file).
2022-10-05 19:08:41 -04:00
Public
SceneOutliner:
2022-08-29 14:51:36 -04:00
SourceControlWindows.Build.cs
Cleaned up build.cs files by removing any include paths that were already being added by UBT. This was done to help identify how include paths are being added and to help with future refactoring.
2022-09-08 21:44:02 -04:00