Light components stay visible if "Actor Hidden In Game" is checked. This issue occurs even when other components (such as a static mesh) are no longer visible. I tested with a static mesh component ...
Launch on to tvOS crashes the app on the device and returns the user to the main screen. This also affects packaged projects Update Project packaged in shipping configuration launched successfully ...
The mesh on the right is a child of the one on the left, in a non-nativized cooked build it's a sphere, but in a nativized one, it's a cube. Regression: Working: UE4/Main, 4.15 CL 3233043 Broken: U ...
Found on: //UE4/Dev-VR CL-2967563 Often, meshes will render completely black in one eye on the OSVR. This seems to affect close meshes more frequently than far away ones. Sometimes the meshes flick ...
Splash screens never clear on oculus. Testing in 4.14 it seems like UOculusFunctionLibrary::HideLoadingSplashScreen() is never called, maybe still the case in newer versions? Was unable to clear a ...
When using DuplicateObject, some aspects of the copied object (such as component transform) are not duplicated to the copy. Regression: Yes - DuplicateObject behaved as expected in 4.15.2 Working - ...
When using a flight stick as a raw input device, GenericUSBController Button # blueprint events will sometimes not be registered when clicked. In local testing, this occurred roughly once for every ...
The left hand in the VR template appears to pop as it rotates when assigning the mesh for the motion controller a parent that is a box collision component. This does not appear to affect the right h ...
Components that are hidden in game seem to be blocking hits from the Get Hit Result Under Cursor by Channel node when it's tracing Visibility. This behavior is not consistent with 4.15.2. In 4.15.2 ...
If "Scale with Width" is set on a landscape spline with a plane mesh, the plane will offset on the Z axis. In most other cases, scaling along the z axis does not affect planes. ...