Certain combinations of 'bRenderStatic' and 'bNoSkeletonUpdate' on SkeletalMeshComponent produce undesirable behavior.

UE - Graphics Features - Aug 7, 2019

Issues observed:  - When bRenderStatic is on and bNoSkeletonUpdate is off, CachedMeshDrawCommands takes a significant chunk of time, because the scene primitive transform is being updated every fra ...

Landscape Tessellation Issues

UE - LD & Modeling - Terrain - Landscape - Sep 23, 2019

We are having a display issue with tiled landscapes displaying well below full tessellation in editor, but displaying fine in game. We can "fix" this issu by unchecking "Use Default Falloff" in deta ...

SetCollisionEnabled shouldn't check owner

UE - Simulation - Physics - Nov 8, 2019

Attempting to set the collision of a component to NoCollision while the actor's collision is disabled will prevent the component's collision from changing. This is because of the early exit in UPrim ...

Datasmith - Materials cropped different fields in the same bitmap only display one texture

UE - Editor - Content Pipeline - Datasmith - Exporters - Mar 16, 2020

Material cropping in 3DS Max doesn't seem to translate well into Datasmith when they are used in the same bitmap. This was reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4.23.1 ...

Loading levels imported with World Composition's Import Tiled Landscape option from a level without World Composition enabled loads landscape components a World Origin

UE - World Creation - Worldbuilding Tools - World Composition - May 6, 2020

Landscapes created with Import Tiled Landscape are loaded at the World Origin when loaded in a level without World Composition enabled. Enabling World Composition in the second level fixes this iss ...

ShooterGame clients can fail to connect to a server under packet loss when network encryption is enabled

UE - Networking - Jul 17, 2020

ShooterGame demonstrates the issue where when encryption is enabled, if the (unencrypted) EncryptionAck message is dropped, the resent messages will be encrypted since the server has enabled encrypt ...

If use with mesh particles or use with niagara mesh particles is checked in the Usage flag of the material and the material domain is set to volume, compile error will occur.

UE - Niagara - Jan 5, 2021

[SM5] /Engine/Private/VolumetricCloud.usf(118,33-53): error X3018: invalid subscript 'VertexId' This is happening in VolumetricCloud.usf, but it seems that I can avoid the error by adding the follow ...

Building Packed Level Actors causes references to break in the Packed level Actors' Blueprints

UE - World Creation - Worldbuilding Tools - Level Instances - Oct 27, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL 20979098 Building Packed Level Actors causes references to break in the Packed level Actors' Blueprints. Rerunning the Build > Pack Level Ac ...

[AI] Stack overflow in canRemoveVertex of DetourTileCacheBuilder

UE - AI - Navigation - Sep 28, 2023

User reports of stack overflow happening in canRemoveVertex in DetourTileCacheBuilder.cpp if a poly has more than 16 vertices. The array for edges is a fixed array and is written to without checking ...

NavMesh does not update properly when "Can Ever Affect Navigation" is toggled (For Static Meshes)

UE - AI - Sep 15, 2015

This issue is related to [Link Removed] (which was fixed). However if the user creates a new actor and then adds a static mesh they can end up with permanent holes in their nav mesh. If the user tog ...