You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
-Lumin is built with USE_ANDROID_JNI=0. The Android implementation of the WebBrowser uses JNI, so it fails to compile. This change wraps more JNI using code in #if USE_ANDROID_JNI and sets DUMMY_WEB_BROWSER if USE_ANDROID_JNI is false to avoid using the AndroidJavaWebBrowser. -Previously WebBrowser had been set to not be precompiled, which avoided the compile breaks but created the warnings. #review-4072139 #rb chris.babcock #lockdown nick.penwarden #jira UE-59012 [CL 4072723 by Jeff Fisher in Main branch]
6.8 KiB
6.8 KiB