A static mesh far from the origin appears to wobble in PIE

UE - Rendering Architecture - Aug 3, 2023

It seems that the numbers are rounded in VertexFactoryCommon shader. The cube consists of vertices that are very far from the origin and are placed on the screen by placing them at coordinates that ...

[AI] BehaviorTreeComponent fails to run a new tree if the current tree ends with a latent abort

UE - AI - BehaviorTree - Sep 8, 2023

If a BT ends with a latent abort with another BT asset pending initialization, the BehaviorTree component will stop the tree that was aborted, but it does not start the new tree. You can check with ...

Motion vectors not generating correctly in build

UE - Simulation - Physics - Nov 3, 2023

Also tried using “show VisualizeTemporalUpscaler” and noticed the frames that have missing motion vector data showed up as pops in the “show VisualizeReprojection” part of the visualizer. ...

Material previews in the content browser display the default material checkerboard

UE - Rendering Architecture - Materials - Nov 16, 2023

Occasionally material and material functions previews in the content browser are displayed with the default material checkerboard, perhaps due to shaders not being compiled. UDN users are also expe ...

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

nDisplay - DeprojectScreenToWorld alignment is off

UE - Virtual Production - nDisplay - Dec 3, 2018

Using nDisplay DeprojectScreenToWorld does not have proper alignment when clicking on the screen.  [Link Removed] ...

Unexpected behavior when Actor Parenting in the World Outliner of a WP map

UE - World Creation - Worldbuilding Tools - World Partition - Nov 23, 2021

Licensee reports the following in the UDN: There seems to be some other erratic behavior when using parenting in world outliner (i.e. drag and drop one actor on another one in world outliner).Since ...

[AI] Moving navmesh and navbounds to a sublevel results in a level nearly twice the size expected

UE - AI - Navigation - Feb 22, 2023

Using World Composition, moving the Navmesh and NavmeshBounds from the persistent level to a sub-level results in the size of the navmesh sub-level being roughly twice the size of the decreased size ...

[AI] Editor crashes when editing values of an FInstancedStruct's TArray inside of a BP

UE - AI - Jun 30, 2023

While using a custom struct that contains a TArray member variable with FInstancedStruct, you cannot edit it in the editor without a crash. Other structs and types work as expected even if they deri ...