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
4351c320dc3aec4e118f7ef5f0dc2bd5171846bb
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
ApplicationCore
/
Private
History
vlad golovan
592477d115
Adding support for windows clipboard contents update events for to be using for engine tooling.
...
#rb daren.cheng [CL 27468844 by vlad golovan in ue5-main branch]
2023-08-29 18:01:09 -04:00
..
Android
Fix the Safezone updated incorrectly issue, the SafeFrameChangeEvent needs to be triggered after the orientation changed.
2023-08-28 22:30:51 -04:00
Apple
…
GenericPlatform
Ensure GetPlatformUserForUserIndex and GetUserIndexForPlatformUser are commutitive.
2023-03-10 04:54:52 -05:00
HAL
…
IOS
Fix instances of incorrect usage of UE_LOG.
2023-08-23 11:04:15 -04:00
Linux
Accept pull request fixing mouse input on Wayland applications
2023-07-18 13:03:45 -04:00
Mac
Apple: Update runtime to macos 11 and clean up warnings from doing that.
2023-08-25 15:04:47 -04:00
Null
Fix: Mouse locations are off when rendering off screen. This is due to the platform work area being much larger than the application size. The NullPlatform work area now listens for resolution updates and updates is size accordingly, effectively meaning the desktop size is always the size of the application.
2023-07-24 19:51:51 -04:00
Unix
…
Windows
Adding support for windows clipboard contents update events for to be using for engine tooling.
2023-08-29 18:01:09 -04:00
ApplicationCore.cpp
…