Motion controllers do not appear to be tracked by sequencer

UE - Platform - XR - Jun 30, 2016

Motion controllers do not appear to be tracked by sequencer when recording Note: there is already a recording in the project from a previous test Project link: [Link Removed] ...

Crash when opening a data table that references itself in a data table row handle

UE - Editor - UI Systems - Localization - Jun 30, 2016

The Editor crashes when a data table references itself by using the data table row handle setting in a struct ...

Next/Previous Widget Navigation still accept Tab/Shift+Tab navigation

UE - Editor - UI Systems - Jun 29, 2016

When the next/previous navigation settings of a widget are set to Stop, pressing Tab or Shift+Tab still result in the next/previous widget gaining focus. Note: In the attached project, all Navigati ...

Adding Angular Impulse on Begin Play causes a Crash

UE - Simulation - Physics - Jun 29, 2016

Calling Add Angular Impulse on BeginPlay causes the editor to crash. Workaround: Adding a short (.01s) delay after BeginPlay prevents the crash. Regression: No, crash occurs in 4.11.2 as well. ...

Crash when opening a data table based on a struct named actor

Tools - Jun 29, 2016

If the user creates a structure, names it "Actor", then creates a data table based on the struct then the data table will cause a crash on open(opening the data table). ...

[CrashReport] UE4Editor_Renderer!FGlobalShader::SetParameters<FRHIPixelShader * __ptr64,FRHICommandList>() [globalshader.h:134]

UE - Graphics Features - Jun 29, 2016

This JIRA was created from crash reports submitted by users due to it being one of the top crashes occurring in 4.12.4 This might be a regression because the crash has only just started in 4.12.4. ...

A SkeletalMesh component will spawn in rotated when setting the skeletal mesh and simulating physics on Begin Play

UE - Simulation - Physics - Jun 28, 2016

A SkeletalMesh component will spawn in rotated when setting the skeletal mesh and simulating physics on Begin Play Adding a Delay between SetSkeletalMesh and SetSimulatePhysics will correct the iss ...

VS2015 Update 3 prevents the editor from compiling code

UE - Foundation - Cpp Tools - UnrealBuildTool - Jun 28, 2016

Updating Visual Studio 2015 to Update 3 prevents code projects from compiling / creating new code projects ...

Properties of a struct within an object that is instanced inline inside an ActorComponent cannot be edited.

UE - Gameplay - Blueprint - Mar 17, 2015

If an object containing a struct is instanced inline inside ActorComponent, the properties of the struct cannot be edited. This only happens if the ActorComponent is added to a class by using Create ...