Debug values not updated for parallel eval Animation BPs

OLD - Anim - Oct 22, 2019

The watched values of a level instanced ABP do not update if a.ParallelAnimEvaluation is enabled. ...

Depth Not Rendered Correctly When Using CustomProjectionMatrix in SceneCaptureComponent2D

UE - Graphics Features - Apr 15, 2020

The depth is rendered incorrectly when using a custom projection matrix in SceneCaptureComponent2D. You can find an example project at [Link Removed]. You can find where the CustomProjectionMatrix ...

Changing a value inside a struct exposed to blueprints removes struct from blueprints and gives error upon compiling and saving blueprint

UE - Foundation - Cpp Tools - Hot Reload - Sep 28, 2015

If a user creates a C++ class that contains a struct and references that struct within a blueprint, making any changes to the struct within C++ header file will prevent the user from saving the blue ...

Mouse loses focus after setting show mouse cursor to true and clicking anywhere on screen

UE - Gameplay - Input - Nov 17, 2014

If the mouse is toggled to show by using "Set Show Mouse Cursor" and then the user clicks in the window the mouse will lose focus (the camera will no longer freely track the mouse) ...

No log files are being created for Windows Shipping builds

Tools - Dec 26, 2014

When you package a project for Windows Shipping, The project will not generate a log file when the .exe project is played. The project will generate a log file if you package the project in the De ...

Delegation issue with copied instances of a Trigger BP that is based off of the StaticMeshActor

UE - Gameplay - Blueprint - May 13, 2015

Delegation issue with copied instances of a Trigger BP that is based off of the StaticMeshActor parent class. If bp Trigger A is placed into the level and then 2 copies are made (B & C), when C i ...

Fbx scene re-import is not marking as dirty new asset

Tools - Nov 10, 2016

Make sure all created and modified asset in a re-import are mark dirty. Creating a collision mesh was dirtying the asset, this is why the bug is only when we are not generating collision mesh. ...

Animation Orientation does not Auto-Convert to UE4 Coordinates when Reimporting

OLD - Anim - Nov 23, 2015

Animation orientation does not auto-convert to UE4 coordinates when reimporting the same way it does when importing the same animation as a new import. In other words, a run animation generated from ...

Using 'Show Collision' in an execute console command node is crashing a packaged project.

UE - Graphics Features - Mar 30, 2015

When packaging a project for any platform, If you have 'Show Collision' in an Execute Console Command, you will see the project crash once it is packaged. Log files from the crash have been attach ...

Anim Time Ratio Doesn't Factor In Pin Sequence

OLD - Anim - Aug 12, 2015

In a transition rule, the time assessed in "Time Remaining Ratio" Node does not include/factor time from the Pin Sequence of the animation node. For instance, if the original animation is 20 frame ...