- Fixed cases when working on an /Temp map package, typically an 'Untitled' map.
- Fixed cases when adding/deleting an actor from the map.
#jira UE-169302 - The Unsaved Assets Tracker counter get out of sync when working on a /Temp OFPA map
#rb Brooke.Hubert
#preflight 636bf8ae843e6ac7942d6dc0
[CL 23071815 by patrick laflamme in ue5-main branch]
Add a filter and column to show Unsaved Assets.
Add a filter and modify the source control column to show uncontrolled assets
#jira UE-168231
#rb patrick.laflamme
#preflight 6361417a397c7af8966cec38
[CL 22890180 by aditya ravichandran in ue5-main branch]
#jira UE-166080 - Large frame rate hit when recording a CineCameraActor
#rb Patrick.Enfedaque
#preflight 63403ee9587d6afac85a7b4d
[CL 22406976 by patrick laflamme in ue5-main branch]
Fixed the unsaved assets tracker to correctly work undo/redo.
Fixed the unsaved assets tracker to correctly handle when the temporary 'Untitled' map is discarded or saved.
#rb Patrick.Enfedaque
#preflight 633cbe0a4a2cd8f4b26d43c2
[CL 22361796 by patrick laflamme in ue5-main branch]
Fixed log level in UnsavedAssetsTracker to be verbose rather than log.
#rb none
#preflight trivial
[CL 22330988 by patrick laflamme in ue5-main branch]
Fixed the UnsavedAssetsTracker to not track 'PlayInEditor' packages and packages from /Temp
#rb None
#preflight 633b476ec250f60502d20f34
[CL 22327080 by patrick laflamme in ue5-main branch]
- Implemented the UnsavedAssetTrackers plugin and enabled it by default.
- Added the 'Unsaved' button to the Editor taskbars to display the number of unsaved packages along with a warning icon if warning are associated with one of the unsaved files.
- Updated the 'Save Content' package to display warnings if one of the packages has warnings.
- Added a class to monitor and periodically update the source controlled status of a collection of files/packages.
- Changed the default value of PromptForCheckoutOnAssetModification settings to False because the Unsaved button flow is complementary (and the popup was noisy for OFPA users).
- Updated the changelist window to use the soure control file status monitor.
#jira UE-163734 - Implement the 'Unsaved' Editor Taskbar Button
#rb Patrick.Enfedaque
#preflight 633ae915b12b8af5fde80f7c
[CL 22322224 by patrick laflamme in ue5-main branch]