UEGitPlugin icon indicating copy to clipboard operation
UEGitPlugin copied to clipboard

"The following assets could not be successfully checked out from revision control" when checking out already checked out assets

Open Rawalanche opened this issue 9 months ago • 2 comments

This is a relatively minor issue but still could be improved I believe.

When selecting multiple assets and manually checking them out using the context menu, a warning message will pop up saying: "The following assets could not be successfully checked out from revision control"

The wording of the message is a bit misleading as it indicates some error, while nothing serious has happened. It would be cool if this case can be detected and shown as info popup on the bottom right of the editor rather than blocking popup window. Something like "Skipped # already checked out items."

Steps to reproduce:

  1. In the Content Browser, navigate to any folder containing multiple assets
  2. Select one asset and check it out manually using context menu Revision Control->Check Out
  3. Select multiple assets including already checked out one
  4. Check out the entire selection again using context menu Revision Control->Check Out

Result: Once Check Out process is finished, a blocking warning window pops up with an ambiguous message "The following assets could not be successfully checked out from revision control" Expected: In case of checking out already checked out assets, provide softer way of warning/informing user as it's not a critical issue

Rawalanche avatar Feb 12 '25 17:02 Rawalanche

Hi, thanks for the write up. I agree that this is bad behavior for users to have to deal with. This is an engine issue, it's fixed in one of our engine patches. I'll give a link soon once I can find it.

mastercoms avatar Feb 12 '25 18:02 mastercoms

https://github.com/ProjectBorealisTeam/UnrealEngine/commit/1dc50d1bf9a606272162eb95a137fc694d970a01

mastercoms avatar Feb 13 '25 20:02 mastercoms