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
db463b031d42484bf7ff2b057a8bf0c94dea4a9c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
WebBrowser
/
Private
History
Marc Audy
cac1fe0019
Merge UE5/Release-Engine-Staging @ CL# 15299266 to UE5/Main
...
This represents UE4/Main @ CL# 15277572 [CL 15299962 by Marc Audy in ue5-main branch]
2021-02-03 14:57:28 -04:00
..
Android
Merge UE5/Release-Engine-Staging @ CL# 15299266 to UE5/Main
2021-02-03 14:57:28 -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
…
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
…