Crash Occurs When Attempting to Pass a Struct Containing an int64 into a Blueprint Function

UE - Gameplay - Blueprint - Feb 17, 2016

Attempting to pass a struct containing a variable of a type that is not compatible with blueprints into a blueprint function causes the editor to crash upon PIE. Found in 4.10.2 binary. Reproduced ...

Spot Lights are not using Light Propagation Volumes when enabled

UE - Graphics Features - May 23, 2016

As of 4.9 Dynamic Indirect Lighting with Light Propagation Volumes should be supported for Spot Lights. This does not appear to be the case for several versions that I could see. Using the methods o ...

[CrashReport] UE4Editor_Engine!UHierarchicalInstancedStaticMeshComponent::BuildTreeIfOutdated

UE - World Creation - Worldbuilding Tools - Foliage - Jun 8, 2017

This is a common crash occurring in the 4.16 release. It seems to be related to applying a material to a mesh that is being used in Foliage. Crash Reports are spread out among many different Crash ...

Actor being moved via sequencer has inherited velocity that ignores play rate scale

UE - Anim - Sequencer - Nov 8, 2019

When an actor that can be stood on and jumped off of is moved in a sequencer it's inherited velocity doesn't scale with the Sequence play rate. If you jump in the opposite direction the cube is goin ...

Mesh Paint mode's Texture Paint has obvious artifact with UV seams

UE - Rendering Architecture - Oct 8, 2024

Mesh Painting Texture Paint tool can miss some pixels along UV seams, even with "Enable Seam Painting" set to True. This appears to be because of the difference between rasterization and sampling. ...

Activating physics on a component will break movement for the component

UE - Gameplay - Aug 4, 2015

Setting simulate physics for a component of an actor will cause that component to not react when the actor root is updated. ...

Use Mouse for Touch leads to fire Released and Clicked with Pressed at the same time for UMG Button

UE - Editor - UI Systems - Nov 23, 2018

Pressed, Released and Clicked should be fired in the same manner w/wo Use Mouse for Touch option. These three events are fired at the same time when enabling the option. [Image Removed] ...

UForceFeedbackEffect is only making slight vibration in iOS when value rises from 0 or effect is started.

UE - Platform - Mobile - Jun 11, 2019

UForceFeedback is expected to give vibration just like in the graph of the asset. But only in iOS it is not. It is expected to give continuous vibration following the forcefeedback asset, but only ...

Cascade particle system crash when changing levels in a cooked game

UE - Niagara - Jan 6, 2021

Changing levels with an auto-released particle system will cause cooked builds to crash. This is a regression. This crash does not occur in 4.25 ...

Clear Timer node does not stop a looping timer

UE - Gameplay - Feb 16, 2015

Setting a Clear Timer node does not stop the named function from firing. ...