Gradle AAR repository directories with $S(PluginDir) are relative instead of absolute path

UE - Platform - Mobile - Aug 1, 2017

Gradle AAR import paths need to be absolute instead of relative since the current work directory used to package Gradle is not the same as Ant. ...

Android Crash on app launch if AdditionalPluginDirectories contains wildcards in path

UE - Platform - Mobile - Jun 23, 2017

Having wildcards in the path for AdditionalPluginDirectories causes apps on Android to crash on launch. When testing this on iOS, the app did not crash but froze at the splash screen instead. Androi ...

JAR files in libs are not included in classes.dex with Gradle

UE - Platform - Mobile - Aug 1, 2017

JAR files copied from Intermediate/Android/apk/libs for Gradle packaging are not included in the classes.dex in the final packaged APK. ...

GearVR trackpad quadrant buttons not detected in TM-MotionControllers

UE - Platform - XR - Jul 12, 2017

Using the TM-MotionControllers map as a test for GearVR, the 4 buttons in the trackpad quadrants of the bluetooth controller don't register via the blueprint. This issue did not occur on Vive at th ...

Need to remove dependency on log2 on Android for older versions

UE - Platform - Mobile - Jun 27, 2017

The log2 function does not exist in libc.so on older Android. Using FMath::Log2 instead solves the issue. ...

Error: CDO Constructor (DeprecatedGearVRControllerComponent): Failed to find /OculusVR/Meshes/GearVRController message launching onto Android from Mac

UE - Platform - XR - Jul 12, 2017

Only occurs launching onto device from Mac. Did not occur from windows. Error message is displayed on android device when launching QAGame QAEntry on to it:Error: CDO Constructor (DeprecatedGearVRC ...

Slowly flickering display in GearVR

UE - Platform - XR - Jul 12, 2017

The appears repeatedly in the log:[2017.07.12-14.57.06:022][ 4]LogHMD: Initializing OVRPlugin session [2017.07.12-14.57.06:652][ 4]LogHMD: Setting user focus to game viewport since session status ...

UPL addElement and addElements can infinitely recurse if tag is included in inserted data

UE - Platform - Mobile - Jul 24, 2017

Inserting element data which contains the same tag as to insert into can create an infinite loop of adding the element to itself. ...

Local Variable loses value after reference moves file location

UE - Gameplay - Blueprint - May 23, 2017

Local Variable loses value after reference moves file locations. This does not just affect construction scripts, following these steps with a function instead produced the same result. This issue do ...

Removing BlueprintReadWrite from a UPROPERTY declaration doesn't make existing nodes invalid

UE - Gameplay - Blueprint Compiler - Sep 11, 2015

Blueprint nodes that exist as a result of the UPROPERTY() macro don't get disabled once the "BlueprintReadWrite" or "BlueprintReadOnly" is removed as a parameter in the UPROPERTY() macro. The nodes ...