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. ...

Message to rebuild lights does not display after static mesh position has changed

UE - Graphics Features - Aug 28, 2024

In a static lighting environment, moving static objects no longer marks the built lighting as invalid. This prevents the on-screen warning from appearing. Regression introduced in CL: 25964466 on / ...

Translucent Materials do not work well with Depth of Field

UE - Graphics Features - Apr 10, 2015

Depth of Field do not work well when using a translucent material, even if the material has no opacity set. Image attached as reference. Light brown colored mesh is translucentGray mesh is opaque ...

Collision thickness on landscape does not appear to work

UE - Simulation - Physics - May 27, 2015

Setting the collision thickness for the landscape does not appear to have any effect on any objects colliding with it. Setting the value to a negative or a positive has no effect. ...

Set Material for a DM in the Construction script will result in a crash

UE - Simulation - Physics - Destruction - Jun 3, 2015

Setting a material in a BP construction script after setting a DM will result in a crash. This will render the BP inaccessible once the project reloads. Opening the BP will result in an instant cras ...

Traces to Spawned Destructible Mesh Actors returning inconsistent results

UE - Simulation - Physics - Destruction - Jun 18, 2015

When spawning an Actor containing a Destructible Mesh and immediately doing a sphere trace to that actor, upon repeated spawns you will get False results for some time then True results for a while ...

Breakpoints in default Pawn class are not triggered in Debug mode

UE - Foundation - Core - Jul 27, 2015

When running the editor through VS debug mode, any breakpoint that is set in the class used as the Default pawn class in world settings will be ignored when playing in editor ...

Crash when trying to change game mode settings

Trying to change game mode settings after restarting the editor will cause the editor to crash. ...

Creating a blueprint from selected components crashes editor if components contain a blueprint with a component

UE - Gameplay - Blueprint - Nov 4, 2015

Frequency: 2/2 Crash Reporter: [Link Removed] Editor crashes if the option: "Convert Selected Components to Blueprint Class" is selected from main editor viewport>Blueprints context menu. This occu ...

Setting character animation in parent BP and mesh in child BP does not play the animation in a packaged game

UE - Gameplay - Jan 21, 2015

When a child BP is used to with a skeletal mesh to play an animation set in the parent, the animation will play in editor and in standalone but will not play in a packaged game. ...