SetAngularPositionDrive and SetAngularVelocityDrive in ConstraintDrives.cpp have unused parameters

UE - Simulation - Physics - Sep 6, 2016

In ConstraintDrives.cpp, SetAngularPositionDrive and SetAngularVelocityDrive do not use "InEnableTwistDrive" and instead assign "TwistDrive" to "InEnableSwingDrive". void FAngularDriveConstraint::S ...

Assigning a new Collision Channel to an already fractured Destructible will cause a crash

UE - Simulation - Physics - Destruction - Sep 6, 2016

The editor will crash when assigning a new collision channel to an already fractured destructible mesh. Tested in: 4.13 CL-3106830 4.14 Dev-Main CL-3109838 ...

SetGamePaused documentation does not match functionality

UE - Gameplay - Jul 6, 2016

SetGamePaused documentation states that it returns "whether the game was successfully paused/unpaused." This seems to imply that a return value of true means either the game was paused and was unpa ...

Alembic import causing a crash

UE - Gameplay - Sep 2, 2016

Importing this test asset will cause the editor to crash when using any of the Alembic Import options. I did notice that the source test asset does have 6750 frames but when going through the impo ...

Crash when casting to owner from AnimGraph

OLD - Anim - Sep 6, 2016

Crash occurs when casting back to the pawn owner from the Anim Graph. In this case, it is being used for "Copy Pose from Mesh" Workaround: Cast to Owner from Event Graph, defining variable as the ...

Persona camera is far away from some skeletal meshes

OLD - Anim - Sep 2, 2016

The default camera location for the Persona viewport will be far away for some meshes. I could reproduce this issue with the SK_Chain_* assets in QAGame, though this doesn't reproduce for other ske ...

Spatialization no longer occurs when Non-Spatialized Radius is set above 0

UE - Audio - Sep 13, 2016

Audio spatialization no longer occurs when Non-Spatialized Radius is set above 0 in a sound actor (instance or in a sound cue). I could not reproduce this issue in UE4/Main. ...

Crash deleting skeleton when it's being used in current level

OLD - Anim - Sep 6, 2016

Crash occurs when the user deletes a skeleton while it is being used in the current level. If the skeleton is not in the loaded level, the crash will not occur. ...

Moving a component in the main viewport does not call PostEditComponentMove() function

Tools - May 18, 2016

When a non-root component for an actor is moved in the blueprint viewport, that component's PostEditComponentMove function is called. Adding the actor to the main editor viewport and then moving th ...

Crash when using STOP button to exit PIE when removing a widget from viewport via Event Destruct

UE - Editor - UI Systems - Sep 8, 2016

Editor crashes when removing a widget from the viewport via Event Destruct. This appears to happen when using the Stop button during PIE ...