Gamepad button press and hold does not hold focus

UE - Editor - UI Systems - May 25, 2017

When using a gamepad (Tested with an X-box 360 Controller) if you press and hold a UMG button down and then use the D-pad or another form of movement the currently pressed widget component (In the t ...

Debug information is sometimes missing when compiling with cl-clang

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 24, 2023

Via UDN: As has been discussed previously here and in CL 20055361, debug information is sometimes missing when compiling with Clang. We've pinpointed this to debug information not being emitted fo ...

Tilemap using Masked Lit Sprite Material not Rendering in Standalone mode

UE - Gameplay - Paper2D - Jan 26, 2016

When using a Tilemap with a Masked Lit Sprite Material, the tilemap will not render while in Standalone. In the test project, the Paper2D Blueprint character was switched to Masked Lit Sprite Materi ...

Blueprint child asset is set moved to offset position when set to simulate physics

UE - Gameplay - Mar 3, 2015

When setting up a BP via the scene with the new method of adding components and converting to a BP the child component that is set to simulate physics enabled will be offset from its original positi ...

Blueprints converted to static mesh with negative scales for a component will invert the faces

Tools - Dec 19, 2016

Negative scaled static mesh components in a blueprint will invert their faces when converted to a static mesh. Note that this does not happen in the following situations: If the BP is scaled negat ...

SpeedTree Material No Longer Compiles With Texture Coordinate Node In BaseColor

UE - Graphics Features - Jan 25, 2017

If you open a material with the speedtree node plugged into WPO and then use a texture coordinate(index of 2) in base color the material will no longer compile properly. The full error is "Error [ ...

Crash occurs when entering r.GbufferFormat 3 and running the Pixel Inspector Tool

UE - Graphics Features - Jun 13, 2017

A crash occurs when attempting to run the Pixel Inspector tool after entering 'r.GbufferFormat 3' What this does is defines the memory layout used for the GBuffer. (affects performance, mostly thro ...

Unable to locally rotate individual foliage

UE - World Creation - Worldbuilding Tools - Foliage - Jul 14, 2017

Unable to locally rotate individual foliage. This seems to have been a limitation of the foliage tool from it's creation. Licensee Description: I would like to ask if there is any way how to preve ...

[CrashReport] ULevel::GetWorldSettings - UStaticMeshThumbnailRenderer::Draw

Tools - Oct 30, 2017

This is a common crash that has occurred since at least 4.14. The callstack is nearly identical to [Link Removed], which appears to be fixed in 4.18; and [Link Removed], which has not. The differen ...

Assign Event On Destroyed no longer creates Custom Event Node

UE - Gameplay - Blueprint Editor - Oct 9, 2018

When creating a new Blueprint Class based on an Actor parent, If you navigate to the Actor's event graph, and right click on the editor blank space;  type "Assign on Destroyed"  and select  "Assign ...