FKConvex::ElemCalcAABB ignoring current transform.

UE - Simulation - Physics - Apr 15, 2016

FKConvexElem::CalcAABB was ignoring the elements currently defined transform, and only scaling. This means that any actor that has a transform (not just Merge Actors) could potentially have very dis ...

Vehicle wheels ignore collision settings of vehicle in vehicle template

UE - Simulation - Physics - Nov 25, 2015

In the vehicle template, vehicle wheels ignore collision settings of the vehicle when they are set to custom and altered. ...

Unreal Header Tool can sometimes fail if an Engine plugin is Enabled By Default and has the "Program" Module Type set

UE - Foundation - Core - Feb 15, 2018

An Engine plugin with the Program module type and EnabledByDefault set to true can cause the Engine to fail to build successfully due to UHT failing. I was only able to reproduce this behavior using ...

NDisplay hangs and stops responding on cluster event send

UE - Virtual Production - nDisplay - Nov 12, 2019

"The test event is set up using the default CE port, but every time an event is sent through the launcher the display receives the input and processes it, however the launcher will "hang" and stop ...

PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node

UE - Gameplay - Jun 18, 2015

PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node. https://answers.unrealengine.com/questions/243791/camera-ticks-but-does-not-update.html User Descriptio ...

Always Relevant actor may replicate incorrect movement mode when the walkable floor becomes irrelevant

UE - Gameplay - Player Movement - Feb 26, 2024

When the character class is set to always relevant, if a client travels very far away from another character, such that the character is relevant but the component they're standing on is not (but al ...

Resetting MovieSceneObjectBindingID property can't update display

UE - Anim - Sequencer - Apr 19, 2024

When reset a MovieSceneObjectBindingID type property, the display of the property is not reset but keep the value before reset, until the property form is clicked. [Image Removed] ...

Parent component visibility in a child blueprint isn't reflected in a launched project.

UE - Gameplay - Blueprint - Mar 5, 2015

Parent component visibility in a child blueprint isn't reflected in a launched/packaged project. ...

Dynamically binding 'OnComponent' functions in code doesn't trigger bound functions

UE - Gameplay - Components - Apr 25, 2016

Binding a function in code to OnComponentBeginOverlap, OnComponentEndOverlap, or OnComponentHit does not trigger the bound function from code. ...

BuildGraph build fails if Use Unity Build and Use PCH Files are set to false in BuildConfiguration.xml

UE - Online - Jun 23, 2017

Using BuildGraph to create a local binary build of the engine fails if the BuildConfiguration.xml file has bUseUnityBuild and bUsePCHFiles both set to false. The build fails due to some missing Json ...