Using the Set console command to change a value at runtime causes a crash

UE - Gameplay - Dec 9, 2015

When using the Set command to change the value of a class at runtime, the game instance will crash with an access violation. Note: This needs to be done in Standalone or a packaged version for this ...

Destructible does not return Hit Bone Name when using OnComponentHit Event

UE - Simulation - Physics - Destruction - Feb 17, 2016

When using a Destructible Mesh in a bluprint and trying to return the Hit Bone Name will result in "none" being printed. However, using a simply line trace from the individual bone names from a frac ...

An InstancedStaticMesh component set to Stationary doesn't register overlaps

UE - Simulation - Physics - Dec 16, 2016

An InstancedStaticMesh component set to Stationary doesn't register overlaps. However, overlaps are registered on Static and Movable. There is also an issue where actors that start overlapped with ...

Unable To Add More Than One Element To Default Values For Maps In Blueprint

UE - Gameplay - Blueprint - Feb 13, 2017

When adding new elements to a Map in blueprints it will return the error "Cannot add a new key to the map while a key with the default value exists". This is because it currently won't increment the ...

Android Improved Virtual Keyboard cannot receive non-English characters.

UE - Platform - Mobile - Jun 7, 2017

Currently, Improved virtual keyboard in Android only receives English characters and special characters. Need support for other languages. Investigate the bug and research what's needed to make IME ...

Space Bar pressed event not received in Windowed mode

UE - Editor - UI Systems - Slate - Jun 1, 2020

Parameterized Vector4 is treated as Float3

UE - Graphics Features - Aug 28, 2020

A Parameterized Vector4 are being treated as Float3. This prevents users from being able to use Vector4s in an If node during runtime. This is seen as far back as //UE4/Release4.22 cl 8065155 so th ...

[Feature Request] Cryptomatte for Foliage

UE - Anim - Sequencer - Jan 25, 2021

Cryptomatte implementation only looks at the HActor hitproxy type which is a different type than ISMs which use HInstancedStaticMeshInstance. ...

Crash when opening or editing a DataTable with a Row Structure that contains a BodyInstance

UE - Simulation - Physics - Editor - Apr 5, 2024

If a DataTable Asset is created with a Row Structure that contains a member variable of type BodyInstance, the Editor will crash when attempting to open it while it has no rows. It will also crash w ...

Geometry with Static Shadow Invalidation Behaviour being written into invalidated VSM Pages

UE - Graphics Features - Shadows - Jul 17, 2024

Geometry that has its "Shadow Cache Invalidation Behavior" set to "Static" will still draw in the dynamic shadow cache when it is experiencing WPO ...