Changing the mass for a Destructible asset does not affect it

UE - Simulation - Physics - Destruction - Nov 19, 2014

DESCRIPTION: Changing the mass of a Destruction asset does not affect it. In comparison doing the same for a static mesh set to simulate physics will adjust accordingly. Forums Post: https://forum ...

iOS ReplayKit isn't working in UE5.1+

UE - Platform - Apple - Apr 21, 2023

In 4.27 & 5.0 when you press the in-app screen recorder button it would pop-up a msg about the user giving permission to allow the screen recording and then would start the recorder and save the mov ...

UAnimSequenceBase::GetNumberOfFrames off by 1

OLD - Anim - Sep 10, 2019

Creating a montage from a default frame rate and rate scale sequence reports 1 less frame than the sequence. The difference is a result of UAnimSequence overriding UAnimSequenceBase::GetNumberOfFram ...

Constant Crashes on OS X 10.10.1

UE - Platform - Apple - Dec 15, 2014

User (Omri) on Mac running OS X 10.10.1. on MacBook Pro (17-inch, Early 2009 Experiencing Crash. Cannot reproduce. Crash Reporter: N/A Callstack: MachineId:1E07B9CE2F4554A7C3F421A9DD97AFB5 EpicAc ...

Analog Input does not work for network clients (AddMovementInput scale values other than 0 and 1 do not replicate for clients)

UE - Gameplay - Jun 26, 2015

If a value other than 0 or 1 (Ex. 0.1) is put into the 'Scale Value' parameter for the Add Movement Input node, any clients will respond as if the value is 1. User claims this worked in 4.6. ...

NavMesh does not update properly when "Can Ever Affect Navigation" is toggled

UE - AI - Mar 27, 2015

if I place a mesh with "Can Ever Affect Navigation" set to true, then set it to false, it will leave the NavMesh with a bugged "hole" that AI does not path around correctly (causing the "Blocked" er ...

Materials with Subsurface Profile not affected by Opacity value

UE - Graphics Features - Oct 24, 2017

A material with Shading Model set to Subsurface Profile is no longer affected by Opacity value in 4.17, 4.18, and 4.19 (Main) but was previously working as intended in 4.16. This is a regression. ...

Shader Model 5 and Tessellation causes unintended effects on Linux

UE - Platform - Linux - Jul 6, 2016

Using Shader Model 5 and tessellation on Linux gives strange results that are not present when used on Windows ex: 1) When using Shader Model 5 on Linux, turning on Translucent blend mode and Tesse ...

Incorrect restitution behavior for physical material set to 1 whereby momentum is gained during the simulation

UE - Simulation - Physics - Mar 24, 2015

Setting a restitution of 1 for a ground material and a restitution of 1 for a ball that bounces on the ground should keep the ball bouncing at the same height consecutively. Over the course of time ...

Crash on BP recompile after deleting struct property with instanced object

UE - Gameplay - Blueprint Compiler - Jan 5, 2023

A user has reported a crash that is reproducable in a clean project in UE 5.1.0 release. It involves a struct with an instanced object. The crash occurs after deleting a property of that struct type ...