UnrealPak hangs when creating a pak file on Mac

UE - Platform - Apple - Oct 23, 2015

Reported by users and seen once by myself. For a project which can exhibit this see: https://udn.unrealengine.com/questions/265039/example-project-for-ios-build-hang-and-poor-modula.html ...

Special characters in the Bundle Display Name are not showing up on device

UE - Platform - Mobile - Aug 20, 2015

Bundle Display Names support UTF-8 characters. However, the iOS tool chain is not handling these correctly. Error when you try to package a project with & in the display bundle name, whether it's b ...

iOS pinch only detects command once

UE - Platform - Mobile - Jul 16, 2015

The pinch command only triggers once on iOS devices. ...

iOS will not package or launch on Win 10 machine

UE - Platform - Mobile - Sep 23, 2015

Launching or packaging for iOS does not work on our Windows 10 machine however we are able to package and launch onto iOS devices from Windows 7 machines. Using the File > Package > iOS option with ...

Unresponsive black screen in standalone when enabling HMD w/ Oculus attached

UE - Platform - XR - Oct 8, 2015

Going fullscreen/stereo on/enableHMD causes a play in standalone to go unresponsive and render as a black screen. Found on: Binary 4.9.2 release (from launcher/portal) UDN: https://udn.unrealengin ...

Scene Capture 2D causes Android to Crash

UE - Platform - Mobile - Sep 15, 2015

Scene Capture 2D causes the app to crash on Android in ETC2. I checked iPhone and I did not receive a crash. ...

Sound Track in Matinee Ignoring Track Location and Playing Audio at Beginning of Sound Wave/Cue

Tools - Sep 22, 2015

When scrubbing the Matinee handle with a Sound Track added, no matter the location of the handle, the sound wave associated will play from the beginning of the audio file. Tested in 4.8.3 - 2634408 ...

Matinee movie recording is broken in 4.10

Tools - Dec 18, 2015

When trying to record a movie from a matinee in 4.10, it can fail for a number of reasons: 1. The folder does not exist 2. The cinematic view modes do not take effect 3. Trying to record a streamin ...

Double-Clicking a Camera in the World Outliner Changes Its Position

Tools - Sep 29, 2015

When you double-click on a camera in the world outliner to snap to its location, it instead moves the camera from its original position. Found in 4.9.1 binary. Could not reproduce in 4.8.3, this i ...

Navigation System is gathering navigation bounds too early

UE - AI - Aug 6, 2015

In GameInstance.cpp when the Navigation System is created it calls... UNavigationSystem::InitializeForWorld This in turn ends up calling... GatherNavigationBounds(); This goes through all ...