Deleting struct in Windows Explorer leaves dirty traces in BPs.

UE - Gameplay - Blueprint - Mar 3, 2020

UND: https://udn.unrealengine.com/questions/559972/invalid-map-in-blueprint-unable-to-be-deleted-urge.html If you delete a struct in Windows Explorer manually, then open a project/BP, it will ask t ...

Material Quality Level not working with Layers

UE - Graphics Features - Jul 6, 2021

Mesh Paint mode's Texture Paint has obvious artifact with UV seams

UE - Rendering Architecture - Oct 8, 2024

Mesh Painting Texture Paint tool can miss some pixels along UV seams, even with "Enable Seam Painting" set to True. This appears to be because of the difference between rasterization and sampling. ...

Activating physics on a component will break movement for the component

UE - Gameplay - Aug 4, 2015

Setting simulate physics for a component of an actor will cause that component to not react when the actor root is updated. ...

Data Only blueprints Class Defaults page become uneditable during runtime

UE - Gameplay - Blueprint - Aug 7, 2015

During runtime, a data only blueprint's class defaults tab becomes greyed out and uneditable during runtime. The values for specific instances can still be edited via the detail's pane. ...

Mesh Painting sometimes fails to paint the closest face in the hovered area

Tools - Oct 10, 2016

Sometimes it's not catching certain polys as vertex paint targets. Looks like it happens when there's more than one layer of forward facing geometry over the highlighted area, and it just takes the ...

Editor crashes when the "Find in Blueprints" dialog runs its indexing task after any SlowTask was canceled by the user

UE - Framework - Blueprint - Sep 17, 2024

If any SlowTask is canceled by the Editor's user, and later on the "Find in Blueprints" dialog is opened and needs to perform its async indexing task, the Editor crashes on thread FAsyncSearchIndexT ...

Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero, and subsequent rotation is not allowed after the setting is disabled

UE - Gameplay - Player Movement - Jan 2, 2016

Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero. Subsequently disabling Pawn Use Control Rotation make rotation of the component impossible until ...

If Skel Mesh Material Element order changes, Cloth assignments stay in the same order

Tools - Dec 21, 2016

If Skel Mesh Material Element order changes, Clothing assignments stay in the same order. I don't know if there's a way for the editor to interpret the material assignments on import, but this can ...

Attach actor to actor with the transform set to snap to appears to offset when calling it multiple times on multiple actors

UE - Gameplay - Blueprint - Dec 13, 2016

Attach actor to actor with the transform set to "snap to" appears to offset when calling it multiple times on multiple actors. ...