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
c07ec3f5602ac9dd67e93f745edee0737eb555ea
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SourceControlWindows
/
Private
History
SRombauts
a0044d6f99
PR
#10360
: [SourceControl] Fix DiffAgainstShelvedFile() to catch the date of the revision
...
#rb jordan.hoffmann #Jira UE-183655 [CL 32233954 by SRombauts in ue5-main branch]
2024-03-13 19:32:54 -04:00
..
SourceControlSettings.h
…
SourceControlWindows.cpp
…
SourceControlWindowsModule.cpp
…
SSourceControlChangelistRows.cpp
Fixed crash when reverting Skeletal Mesh unsaved changes using an async task at SSourceControlChangelistRows, while the asset is opened, due to the async task being executed by the preview world of the SkeletalMesh being reverted. Changed the Async task for a CoreTicker call to Execute on game thread.
2024-02-23 07:58:22 -05:00
SSourceControlChangelistRows.h
…
SSourceControlChangelists.cpp
…
SSourceControlChangelists.h
…
SSourceControlCommon.cpp
…
SSourceControlCommon.h
…
SSourceControlDescription.cpp
…
SSourceControlDescription.h
…
SSourceControlFileDialog.cpp
…
SSourceControlFileDialog.h
…
SSourceControlHistory.cpp
PR
#10360
: [SourceControl] Fix DiffAgainstShelvedFile() to catch the date of the revision
2024-03-13 19:32:54 -04:00
SSourceControlRevert.cpp
…
SSourceControlSubmit.cpp
…
SSourceControlSubmit.h
…