Decals spawn differently than 4.10.4 with their rotation based on hit normal

UE - Graphics Features - Apr 5, 2016

Decals are not spawning correctly when spawning based on a rotation value from the hit normal. There is a difference in how this is handled from 4.10.4 to 4.11 and even 4.12. See attached image fo ...

Audio from iOS is muted after having responds from siri.

UE - Platform - Mobile - Sep 10, 2020

User cannot hear sound after siri's respond when playing the app. When user go home screen then back to the app, then the user can hear the sound. This is related to [Link Removed] but this tick ...

ARM64 projects crash on device with Signal 11 with GooglePlay plugin enabled

UE - Platform - Mobile - Sep 20, 2016

When launching ASTC ARM64 packaged project onto S7, it'll crash with Signal 11. It seems very similar to [Link Removed]. ...

Instanced meshes called in player character do not correctly register overlaps

UE - Gameplay - Dec 21, 2015

Instanced meshes called in player character do not correctly register overlaps with other actors. ...

Per-object shadow corrupts on Android Vulkan

UE - Platform - Mobile - Jul 2, 2020

UGameplayStatics::SuggestProjectileVelocity always fails if parameter set as ESuggestProjVelocityTraceOption::TraceFullPath

UE - Gameplay - Aug 29, 2016

SuggestProjectileVelocity will always return false if ESuggestProjVelocityTraceOption is set to TraceFullPath. ...

iOS Remote Build fails with Date/Time set to Certain Locales

UE - Platform - Mobile - Jan 21, 2019

Date/Time formats using commas instead of semicolons will cause iOS compile to fail. "LogPlayLevel: Error: ERROR: System.FormatException: Input string was not in a correct format." Similar Unk ...

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 ...

SaveGame data does not correctly save the value of elements in an int array when the elements are initialized with RandRange() and then set to a known value

UE - Gameplay - Aug 28, 2018

After using FMath::RandRange() to initialize elements of an int array in a SaveGame class and then setting all of the values of the array to 0 before using UGameplayStatics::SaveGameToSlot() to save ...

Component tags do not register on actors

UE - Gameplay - Oct 30, 2015

Component tags do not register when checked within blueprints. ...