Crash closing a project that was packaged on Windows for Linux

Tools - May 11, 2017

This occurred with both Development and DebugGame build configurations. In the game's console I tried both "quit" and "exit" and reproed the crash. The crash also occurs via Alt + F4 or closing vi ...

Transformed FBoxSphereBounds sphere radius not matching with scaling

UE - Graphics Features - Mar 16, 2018

When viewing the Sphere Radius around a Static mesh actor it appears to greatly exceed the mesh when setting the Z transform to 4 from 1. ...

Foliage Disappears Using OpenGL4 in Packaged Game

UE - Graphics Features - Apr 11, 2018

This issue cannot be reproduced in 4.18 but can be reproduced in 4.19.1 as well as Main (CL 3998250) therefore I am marking this as a regression. ...

BeginPlay not called for Post-Process Anim Instance

OLD - Anim - Oct 29, 2019

Post-Process Anim Instances do not have BeginPlay called. The proposed fix is to addif (PostProcessAnimInstance) { PostProcessAnimInstance->NativeBeginPlay(); PostProcessAnimInstance->Blu ...

Sequencer particle toggle tracks evaluate one extra frame

UE - Anim - Sequencer - Jul 1, 2020

It looks like particle toggle tracks use TimeRangeToNumberRange which gives the incorrect range as a result of CL 10893518 which fixed [Link Removed]. ...

Deterministic cooking issue caused by ParticleModuleTypeDataGPU

UE - Niagara - Jan 18, 2021

This problem is similar to the following case. [Link Removed] [Link Removed] It seems to have been fixed in 4.16, but the licensee reported it in 4.25. ...

Material Function Instances do not show up in the Material Function Call node

UE - Rendering Architecture - Materials - Jun 5, 2023

This is not a regression. Tested in //UE5/Release-5.1 CL23901901. The Material Function Instance can be dragged and dropped into the Material Function Call. ...

Chaos Cloth - Fictitious Angular Scale is acting up when the cloth is teleported

UE - Simulation - Physics - Character - Apr 30, 2024

The Fictitious Angular Scale is still having an effect when the cloth is teleported.  Also it shouldn't have any effects when the velocity scale is set to 1 (as per tooltip documentation) but it doe ...

Chaos Vehicles - Wheel physics bounds staying in spawn location on server

UE - Simulation - Physics - Jun 9, 2023

Vehicle wheel shapes on the server appear to detach from the vehicle and remain at their spawn point when running a networked game. The clients physics representation is ok and as expected, i.e. whe ...

Cull Distance Volumes not functioning while in Viewport

UE - Graphics Features - Jan 7, 2016

Static Meshes are not being visibly culled within the bounds of a Cull Distance Volume, until the user presses Play in Editor. I attempted to locate a visualizer or show flag within the viewport or ...