Navigating the Editor on Linux with a Wacom Tablet is difficult

UE - Platform - Linux - Sep 17, 2018

Movement is quite sporadic and jumpy when using a Wacom Tablet to navigate the Editor on Linux. The Editor pans and zooms in and out really quickly with the slightest of movements. This was report ...

Inversing the scale of a skeletal mesh when it's simulating physics results in the mesh and collision being flipped

UE - Simulation - Physics - Mar 18, 2021

The attached project has 3 skeletal meshes. One with its original transform and then 2 copies with an inversed scale in the X axis for one and the Y axis for the other. When pressing play, the meshe ...

[Feature Request] Artists want "importing fbx chunks" functionality back in chaos fracture.

UE - Simulation - Physics - Destruction - Jun 11, 2021

Some artist customers want a tool to customize fractured mesh in chaos fracture just like the functionality "import fbx chunks" in APEX destruction, that could give them more controllability of the ...

Restarting the engine makes c++ classes not visible from the content browser

UE - Editor - Content Pipeline - Content Browser - Apr 5, 2022

After creating c++ classes, if the engine is restarted, the c++ classes will not be visible in the content browser. However, the created classes are visible from the explorer. After opening the engi ...

New Viewport Resolution setting increases every time a new PIE window is launched

UE - Editor - UI Systems - Slate - Sep 2, 2022

When closing a PIE viewport, we write the size back to the New Viewport Resolution setting in case the window was resized during play. However, we do not account for the window border, and write bac ...

Instanced properties do not update in actors placed in a level that is not currently open

UE - Gameplay - Blueprint - May 17, 2023

The user is specifically having a problem with TArray<TObjectPtr<>> however I have also reproduced this error using a single TObjectPtr<>, raw uobject pointers & all three previous methods within a ...

Cannot change collision presets in BP instances.

UE - Simulation - Physics - Aug 8, 2023

Even with the “Editable when Inherited” flag set in the blueprint class static mesh component, the BP instance collision preset cannot be set to one different from the BP class collision preset. The ...

LandscapeStreamingProxy do not properly save z offset from world composition, level property.

UE - World Creation - Worldbuilding Tools - World Composition - Aug 21, 2018

LandscapeStreamingProxy seems not properly saving z offset from level details when using world composition. It is reset to 0 when reopening the project. z position value from level details is saved. ...