Editor crashes when attempting to open the Window menu after recompiling a Standalone Editor Window plugin

UE - Editor - UI Systems - Slate - Nov 26, 2018

Generated from CrashReporter Attempting to open the Window menu in the Editor after having used the Modules window to recompile a Standalone Editor Window plugin will result in the Engine crashing. ...

Crash when cooking landscape collision in world partitioned level

UE - Graphics Tools - Terrain - Landscape - Jun 24, 2022

This is caused by the loss of data in the ULScapeHeightfieldCollisionComponent::CollisionHeightData. The CollisionHeightData is not marked as BULKDATA_PayloadInSeperateFile and is processed with a k ...

Error in output log when Revision Control submits an asset for deletion with Virtual Assets enabled

UE - CoreTech - VirtualAssets - Feb 17, 2025

With Virtual Assets setup in a project, when an asset is deleted and the changelist then submitted via revision control, the virtualization system will attempt to read the deleted asset. The submit ...

Expanding a macro with split struct pins causes internal compile errors

UE - Gameplay - Blueprint - Jul 27, 2017

Expanding a macro that passes a struct with split struct pins to a function causes internal compile errors. Attaching sample project, can be recreated with steps above. ...

Update Capture causing Post Process Flickering across whole scene

UE - Graphics Features - Jun 30, 2015

When a Scene Capture Actor is updating the content via an Update Content Node, the Static meshes in the world will flicker or pulse according to the update timer for the Scene Capture Actor. This o ...

Shots have little visible indication when they are overlapping

UE - Anim - Sequencer - Sep 15, 2016

Shots have little visible indication when they are overlapping. This can cause some visual confusion as to why events and spawnables from a shot that looks like it should end are still triggering ...

Enum to string conversion has different results in PIE vs Cooked builds

UE - Gameplay - Blueprint Runtime - Aug 17, 2021

This is because the metadata is editor only and will be stripped in a cooked build. We should make the behavior of the to string function consistent between PIE and a cooked build. ...

Scene Capture 2D Generates Artifacts with Orthographic Projection of Nanite Mesh on Plane

UE - Graphics Features - Nanite - Apr 5, 2022

Occurs 5/5 times: The Scene Capture 2D camera displays artifacts when the projection is set to Orthographic and a nanite mesh is projected on the Scene Capture 2D plane. ...

Blueprint compilation error regarding actor component

UE - Gameplay - Dec 11, 2017

Blueprint actor has an error in the event dispatcher node. The error states that the node is out of date and needs to be refreshed. Pressing the compile button will removed the error but when the pr ...