Web browser widget does not receive input when used in a 3D widget component on Android

UE - Platform - Mobile - Jul 9, 2018

Web browser widgets to not receive input when used in a widget component on Android devices Update: Oculus Quest devs attempting to implement and interact with the web browser widget via widget i ...

DitherTemporalAA includes some noise even when Alpha Threshold is set to 0

UE - Graphics Features - Dec 8, 2017

DitherTemporalAA's output contains some noise even when Alpha Threshold is set to 0. ...

iOS Shipping Build using std::thread crashes on launch

UE - Platform - Mobile - Jun 2, 2017

A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...