UProceduralMeshComponent::UpdateMeshSection does not call UProceduralMeshComponent::UpdateCollision

UE - Simulation - Physics - Apr 20, 2020

Updating a procedural mesh results in an incomplete collision update. Collision bounds appear to get updated properly, but collision data is not updated, despite a navigation rebuild being triggered ...

Hot reloading after changing custom trigger volume code causes the volume bounds to vanish

UE - Gameplay - Nov 28, 2016

When the code for a custom trigger volume is changed and a hot reload is preformed, the green bounds of the volume disappear and the volume can no longer be interacted with. The bounds do not reapp ...

Editor Crash with corrupted asset when opening within level or via the content browser.

Tools - Jan 5, 2017

Editor will crash when a skeletal mesh has been added to a level and then reopening the project later if you try and access this level. If you attempt to open the skel meshes in the content browser ...

PhysicsBall BP not updating location with Collision volumes

UE - Simulation - Physics - Feb 2, 2017

PhysicsBallBP is unable to teleport via a collision volume (with either SetActorLocation or Teleport node). Regression: Error is not present in 4.14.3 but is present in 4.15.P3 Console error descr ...

Blueprint compile error can occur when trying to override a BlueprintImplementableEvent that takes a custom enum as a parameter

UE - Gameplay - Blueprint - Mar 1, 2017

When a BlueprintImplementableEvent that takes a custom enum as a parameter is overridden in a Blueprint, it will throw a compile error. The compile error states that the event cannot be overridden b ...

SetOneWayInteraction functionality has no effect on the simulation

UE - Simulation - Physics - Nov 11, 2022

Calling SetOneWayInteraction on a BodyInstance has no effect within the physics engine. The state of the flag is passed in to Chaos but nothing actually uses the value once it is there. It is expe ...

Manually importing LODs are rotated 90 degrees when using Transform Vertex to Absolute

Tools - May 26, 2016

When importing a Static Mesh if you use the default settings and then manually import any LODs for that static mesh they will be rotated by 90 degrees. I found that disabling Transform Vertex to A ...

Landscape DFAO shadowing artifacts in Standalone and packaged

UE - Graphics Features - Oct 25, 2016

The Heightfield from DFAO when playing in Standalone or a packaged game has darkened shadow artifacts for the level. Workaround: Use r.AOGlobalDistanceField 0 to disable the Global Distance Field. ...

[CrashReport] UE4Editor_OnlineSubsystemUtils!LastGetVoiceCallTime()

UE - Foundation - Core - Jul 19, 2017

This is a common crash in the 4.16 release. Affected users have not provided additional information. Source Context 1795 // Some tasks can only be done once we finish all scenes/viewports ...

Reading LightAttenuationTexture Produces Unexpected Results With Forward Rendering

UE - Graphics Features - Jul 5, 2018

The expected behavior occurs in 4.19; unexpected behavior occurs in 4.20 and 4.21. Marking this as a regression. Per User: Reading the LightAttenuationTexture in a material receives interference ...