Unexpected behavior resulting from overlapping or touching physics actors when Simulate Physics is enabled through input

UE - Simulation - Physics - Sep 21, 2015

Weird behavior occurs when toggling Simulate Physics on physics actors by input instead of on BeginPlay. Multiple odd behaviors are present such as touching physics actors ignoring collision. Test ...

Application crashes when blueprint contains a copied timeline

UE - Gameplay - Blueprint - Oct 15, 2015

Copied timeline nodes triggers an Android crash and a black screen on the iOS devices. ...

Key "F" for Focus acts Sporadically in the Static Mesh Editor Viewport

Tools - Dec 15, 2016

In the Static Mesh Editor Viewport, hitting "F" for Focus results in placing the view camera sporadically so that mesh is not always centered and frequently out of frame altogether. Regression: Yes ...

Launch On from Windows to Linux fails with missing GLSL_430 shaders

UE - Platform - Linux - Nov 16, 2016

GLSL_430 shaders are not cooked when deploying a project from Windows to Linux using Launch On. LogPlayLevel: PLINK: [2016.11.16-18.36.22:414][ 0]LogMaterial:Error: The global shader cache fi ...

Local class variables do not correctly populate

UE - Gameplay - Blueprint - Dec 2, 2015

Local class type variables do not correctly populate with default value information. Variables of a class type populate with default value information normally. ...

Inside a BP Interface, changing a Function output to an input will cause a compile error in the reference bp

UE - Gameplay - Blueprint - Apr 6, 2015

Inside a BP Interface, changing a Function output to an input will cause a compile error in the reference bp. [Error] "Graph named 'NewFunction_0' already exists in 'bpActor'. Another one cannot be ...

Calling SetupAttachment/AttachToComponent with 'this' as the parent inside a USceneComponent subtype's C++ ctor for nested component subobjects will result in all instances of the nested default subobject trying to attach to the CDO at registration time.

UE - Gameplay - Nov 16, 2016

This occurs because the 'AttachParent' property is a UPROPERTY, and as a result when we create a new instance of a USceneComponent subtype, any USceneComponent subtypes it owns are treated as instan ...

Action event in the blueprint graph leads to state dirty.

UE - Gameplay - Blueprint - Aug 9, 2017

BP state get dirty if the BP graph have action input event. Regression: Yes, it is not reproduced in 4.16.3 This issue is not related to Blueprint Compilation Manager. ...

Reordering Instance Editable arrays in a Character Blueprint breaks the array

Tools - Nov 14, 2017

When re-arranging an array that has been added to a character blueprint, the array adds an empty value to element [0] and leaves it in a broken state. I tested this using the Level blueprint as well ...

Renaming a shot through the shot track does not rename the underlying sequence asset

UE - Anim - Sequencer - Aug 7, 2023

Renaming a shot through the shot track does not change the name of the underlying asset, and causes it to no longer match when looking for takes ...