Invalid object while verifying cluster assumptions during ShooterGame replay with matinee actor

UE - Anim - Sequencer - Apr 21, 2021

This seems to be caused by the matinee actor on Highrise and only appears to be reproducible in a packaged build of ShooterGame, not from the editor. See attached UDN for more information. ...

Blueprint Break on Exceptions does not work with Accessed None errors

UE - Gameplay - Blueprint - Jan 14, 2015

The experimental feature Blueprint Break on Exceptions does not work with Accessed None errors. To test, create an actor variable in a blueprint and use it as an input to a function without having s ...

Start Up Movies Require Click when Finished to Open Level

Tools - Sep 11, 2015

After a Start Up movie has completed playing, the initial default map will not load until the user clicks the mouse. The option to 'Wait for Movies to Complete' is checked which will force the user ...

DefaultSceneRoot causes Get Actor Bounds to Return 128

UE - Gameplay - Jun 1, 2016

When using the Default Scene Root component in a blueprint with no additional components, the box extent of the Get Actor Bounds node is returning 128,128,128 instead of the expected 0,0,0. If you ...

Draw at desired size does not return to being false when unchecked

UE - Editor - UI Systems - Aug 4, 2017

When setting "draw at desired size" for a widget component to true, the "Draw size" will no longer respond to input. ...

Crash when calling an event with an enum reference parameter with literal

UE - Platform - Linux - May 1, 2018

The issue appears to be the type of the input pin on the custom event(or function - both behave the same), under normal circumstances it should allow you to pick the enum from a list on the calling ...

Image sequence resolution does not match render settings when set to Custom Render Passes output format

UE - Anim - Sequencer - Oct 10, 2018

Image sequences do not match render settings when set to Custom Render Passes output format. This issue is directly related to the Custom Render Passes Image Output Format. This does not reproduce w ...

AfterMotionBlur Translucent Material With Local Exposure Enabled Causing Artifacts

UE - Graphics Features - Feb 20, 2025

When TSR is enabled, translucent materials using the AfterMotionBlur translucency pass cause visual artifacts when local exposure is active. The artifacting is believed to occur because the local ex ...

Local Vector variables in functions do not save the Y and Z values

UE - Gameplay - Blueprint - Mar 12, 2015

Local Vector variables in functions do not save the Y and Z values. Possibly connected: after entering the X value, pressing Tab does not move to the Y value. Tabbing from there works as expected. ...

Get array node will disconnect on restart if it's getting from an array variable of the same bp

UE - Gameplay - Blueprint - Jun 18, 2015

Get array node will disconnect on restart if it's getting from an array variable of the same bp. User Description: I have connected GET and Target, then saved and closed the editor. Then I created ...