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
5.3
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Plugins
/
VirtualProduction
/
RemoteControl
/
Source
/
WebRemoteControl
/
Private
History
elliot colp
e091296e22
[RemoteControl] Fix HTTP query parameters not being parsed when sent via WebSocket http route
...
#jira UE-188884 #rb Jeremie.Roy [CL 26060555 by elliot colp in 5.3 branch]
2023-06-16 13:41:33 -04:00
..
Serialization
…
RemoteControlDefaultPreprocessors.h
Fix race condition in web interface requests that would result in an empty preset.
2023-04-20 19:04:26 -04:00
RemoteControlModels.h
…
RemoteControlReflectionUtils.cpp
…
RemoteControlReflectionUtils.h
…
RemoteControlRequest.h
…
RemoteControlResponse.h
…
RemoteControlRoute.h
…
RemoteControlWebSocketServer.cpp
Remote Control expose websocket server bind address
2023-03-23 12:41:57 -04:00
RemoteControlWebSocketServer.h
…
WebRemoteControl.cpp
Fix remote control crash on exit
2023-05-16 15:17:50 -04:00
WebRemoteControl.h
Remote Control expose websocket server bind address
2023-03-23 12:41:57 -04:00
WebRemoteControlEditorRoutes.cpp
…
WebRemoteControlEditorRoutes.h
…
WebRemoteControlExternalLogger.cpp
…
WebRemoteControlExternalLogger.h
…
WebRemoteControlInternalUtils.cpp
[RemoteControl] Fix HTTP query parameters not being parsed when sent via WebSocket http route
2023-06-16 13:41:33 -04:00
WebRemoteControlInternalUtils.h
…
WebRemoteControlUtils.cpp
…
WebSocketMessageHandler.cpp
Fix UE_LOG callsites that have format string-related UB
2023-05-26 15:52:39 -04:00
WebSocketMessageHandler.h
…