Distance Field Mesh default resolution artifacts on some shape meshes

UE - Graphics Features - Feb 10, 2016

Distance Fields generated for the 4 basic static mesh assets in the modes panel appear to have artifacts or low resolution. This is only affecting certain shapes that I can see. Adding in assets fro ...

Compile failure adding C++ Vehicle or VehicleAdvanced pack to a project

UE - Gameplay - Jan 11, 2017

Adding the C++ Vehicle feature pack to a project fails to compile with the following error:CompilerResultsLog: Info Error: Couldn't find parent type for 'TP_VehiclePawn' named 'AWheeledVehicle' in c ...

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

UMG Visibility binding resets to default after closing and reopening project first time

UE - Editor - UI Systems - Aug 31, 2017

UMG Visibility binding resets to default after closing and reopening project first time. "Get Visibility" on Button click boolean toggle for widget blue print "False" return node value gets automa ...

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

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

Material Parameters aren't unique if the Material Function has been duplicated

UE - Graphics Features - Jul 31, 2017

Material Parameters aren't unique if the Material Functions has been duplicated, When the parameters are enabled in a Material Instance, one will be disabled on Material Instance close. This is a r ...

Editor cannot handle blueprint structure using an Actor Map variable

UE - Gameplay - Blueprint - Aug 28, 2017

If a blueprint structure contains a map variable with Actor Class Reference as the key, populating the map with a custom blueprint (ActorSet) and adding a variable of the structure to any other blue ...