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

Physics Constraint Actor Won't Disable Collision Between Two Actors That Are Already Colliding

UE - Simulation - Physics - Feb 17, 2020

Meshes that are colliding that are set as constraint actors don't follow the Physics Constraint Actors "Disable Collision" parameter if they are colliding prior to being set as constrained actors. ...

World Space Transparent Widgets Have Motion Blur

UE - Editor - UI Systems - Feb 24, 2020

When a world space widget has their blend mode set to transparent they look blurry in motion. The effect is more pronounced when the camera rotates instead of when it is translated. Found in 4.24.2 ...

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

Memory leak after simulating in Editor with opened 'Editor Preferences' tab

Tools - May 7, 2020

This can be repeated many times before the editor crashes without any messages and other programs with the video driver crashes too. Because out-of-memory. This is similar to [Link Removed]. This w ...

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