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
54f44cc66f18ee4e1be5d6c4e9093e4e6feccb3d
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
WebBrowser
/
Private
History
Emil Persson
84a6f589d6
Build fix
...
#rb trivial [CL 15435803 by Emil Persson in ue5-main branch]
2021-02-17 11:58:36 -04:00
..
Android
More build fixes
2021-02-16 10:17:34 -04:00
CEF
Finding and addressing codepaths that check property type by explicitly checking equality with FObjectProperty::StaticClass() or FClassProperty::StaticClass(). Changing them to instead use CastField<FObjectProperty> (which will generically handle both FObjectProperty, FClassProperty, and any of their derivatives). Could be further genericized in the future to use FObjectPropertyBase, but don't want to add more risk by introducing that at this point.
2021-02-03 12:08:22 -04:00
IOS
Build fix
2021-02-17 11:58:36 -04:00
MobileJS
Finding and addressing codepaths that check property type by explicitly checking equality with FObjectProperty::StaticClass() or FClassProperty::StaticClass(). Changing them to instead use CastField<FObjectProperty> (which will generically handle both FObjectProperty, FClassProperty, and any of their derivatives). Could be further genericized in the future to use FObjectPropertyBase, but don't want to add more risk by introducing that at this point.
2021-02-03 12:08:22 -04:00
Native
Finding and addressing codepaths that check property type by explicitly checking equality with FObjectProperty::StaticClass() or FClassProperty::StaticClass(). Changing them to instead use CastField<FObjectProperty> (which will generically handle both FObjectProperty, FClassProperty, and any of their derivatives). Could be further genericized in the future to use FObjectPropertyBase, but don't want to add more risk by introducing that at this point.
2021-02-03 12:08:22 -04:00
SWebBrowser.cpp
…
SWebBrowserView.cpp
…
WebBrowserAdapter.cpp
…
WebBrowserLog.h
…
WebBrowserModule.cpp
…
WebBrowserSingleton.cpp
…
WebBrowserSingleton.h
…
WebBrowserViewport.cpp
…
WebJSFunction.cpp
…
WebJSScripting.h
…