Changing LODBias on landscape sections causes grass type placement issues

UE - LD & Modeling - Terrain - Landscape - Jun 6, 2018

Changing LODBias on landscape sections causes a grass type placement issues. The grass will be floating and rotated incorrectly. Found in 4.18 CL# 3832480,  4.19 CL# 4033788, 4.20 Preview 1 CL# 4 ...

Enabling Skeletal Mesh 'Per Poly Collision' crashes the Editor

UE - Simulation - Physics - Aug 20, 2018

When a Skeletal Mesh isn't assigned, enabling Per Poly Collision on the Skeletal Mesh Component causes the Editor to crash. This issue was reported and tested in 4.20.1 (CL-4233996). This issue was ...

Ensure fires during nativized build while packaging for any BP class based on UAnimNotify

OLD - Anim - Oct 25, 2018

Cooking will fail while attempting to convert a non-data-only Blueprint class based on the native UAnimNotify class when Blueprint nativization is enabled. Workaround in lieu of a fix would be to e ...

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