Ortho near plane clips geometry in Editor Top view

UE - Graphics Features - Aug 9, 2024

When the viewport is in Top (ortho) Lit mode the near plane clips through geometry as you zoom the view in and out. ...

HISM(Hierarchical instance static mesh) has lightmap problem after building lighting

UE - Graphics Features - Aug 5, 2018

HISM has lightmap issues after build lighting ...

Soft Raytracing Shadows are flickering

UE - Graphics Features - Ray Tracing - Feb 18, 2025

[Image Removed][Link Removed] ...

Blueprint with large amount of macros crashes on compile

UE - Gameplay - Blueprint Compiler - Jan 30, 2018

Blueprint compile is crashing in a BP with a large number of macros ...

Using FObjectFinder outside of the constructor causes crash

UE - Foundation - Core - May 19, 2015

If FObjectFinder is used in a function other than the constructor, which should not be done, it causes a crash. ...

Actors attached to editor only actors have incorrect location in PIE

UE - World Creation - Worldbuilding Tools - World Partition - Jan 19, 2024

Packaging failed with disabled plugin

UE - Foundation - Cpp Tools - Oct 9, 2018

Disabling any plugin causes packaging failure. No repro in 4.19 Also occurring when Disabling all platforms except for windows and changing configuration from development to shipping. ...

PIE window does not match what was set in the New Viewport Resolution setting

Tools - Oct 24, 2019

Setting the resolution of PIE to 4K Ultra HD results in the new PIE window going very far out of the bounds of 4K. If you are using two monitors the PIE window will bleed over a good bit into the ot ...

Interface function has the incorrect pin type if referencing self

UE - Gameplay - Blueprint - Sep 1, 2015

Interface function has the incorrect pin type if referencing self User Description: I have an interface that requires an array of its own interfaces as output. I have that array of interface as a ...