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

Crash occurs when a struct containing an instanced object property is used as the value for a TMap in a class that is subclassed in Blueprints

UE - Foundation - Core - Mar 23, 2017

Using a struct containing an instanced object property as the value for a TMap results in a crash if a Blueprint of the class containing the TMap is subclassed and the child Blueprint is opened the ...

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

InstanceOnly properties are written to a Blueprint

UE - Gameplay - Blueprint - Sep 17, 2018

When CopyActorProperties is used with a target being a template such as a blueprint, it can copy and serialize EditInstanceOnly Properties. ...

Linux server builds of 4.24.0 failing due to Text3D plugin's dependencies on FreeType2 and HarfBuzz

UE - Platform - Linux - Jan 31, 2020

The build error is descriptive. FreeType2.Build.cs and HarfBuzz.Build.cs explicitly check if they are being used for a Unix server build and throw exceptions to prevent that. Commenting out those ex ...

[Audio Gameplay Volumes] - AGV components don't retrigger on virtualized sounds inside AGVs

Audio-Gameplay-Engineering - Oct 3, 2023

[Link Removed] This also occurs with Submix overrides and for settings where the listener is outside the volume. From Ryan: Likely when this setup occurs, AGVs needs to know to re-evaluate interi ...

Editor Menus don't update on Mac to currently selected Tab.

UE - Platform - Apple - Dec 2, 2016

Under certain conditions, when switching between the project tab and subsequent docked blueprint tabs, the appropriate menu will not refresh for the currently selected tab. Regression: No ...

KiteDemo: Spawn under the map

Docs - Samples - May 4, 2017

While testing in KiteDemo - //UE4/Release-4.16 CL 3420042 in Binary – trying to find the limits of the Caution: Out of Bounds UMG, I found a way to glitch under the map. You must go all the way dow ...

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