CollisionEvent and other events during ChaosCaching do not occur

UE - Simulation - Physics - Destruction - Apr 22, 2022

Live Coding doesn't auto-compile upon reopening a project

UE - Foundation - Cpp Tools - Live Coding - Apr 20, 2022

When creating a C++ class and compiling utilizing Live Code, upon creating a blueprint class utilizing that C++ class as it's parent and restarting the editor, the blueprint class loses it's parent ...

Actor Foliage can't be added to Foliage Paint or Single with World Partition maps

UE - World Creation - Worldbuilding Tools - Foliage - Apr 18, 2022

Actor Foliage can't be added to Foliage Paint or Single with World Partition maps. ...

Inconsistent Hit Results with Landscape Physical Material

UE - Graphics Tools - Terrain - Landscape - Apr 18, 2022

The physical material returned from the hit results of a line trace done on a Landscape using a physical material is not always correct. ...

Montage Time Stretch Curves Scale Incorrectly

UE - Anim - Runtime - Apr 13, 2022

More details in attached UDN [Link Removed] Time stretch curve behaves incorrectly with large sections of in-between values. From the UDN: After using the feature a bit more we also noticed tha ...

Asset localization does not work properly for Paper2D related assets such as Flipbook

UE - Foundation - Mar 18, 2022

This issue is resolved by changing Paper2D's LoadingPhase to PostConfigInit, but this is a workaround. We suggest a better long term fix via AssetRegistry changes (see comments). In the default la ...

[CrashReport]UnrealEditor-Bridge!void TSparseArray<TSetElement<TTuple<FString,AStaticMeshActor *> >,TSparseArrayAllocator<TSizedDefaultAllocator<32>,FDefaultBitArrayAllocator> >::Empty(int) [SparseArray.h:366]

Quixel - Mar 14, 2022

Generated from CrashReporter Error Message: Assertion failed: IsValid() [File:D:\build\++UE5\Sync\LocalInstall\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h] [Line: 1008] ...

Installed builds of the Engine cannot package game targets with optional game features

UE - Foundation - Build - Rocket (Installed Engine) - Mar 10, 2022

The build system supports many types of flags that can be enabled in game-specific Target.cs files to enable things like logging in shipping, target-specific overrides like custom config, or enablin ...

FEditorFileUtils::SaveCurrentLevel returns true even when it fails

UE - World Creation - Worldbuilding Tools - Feb 25, 2022

In FEditorFileUtils::SaveCurrentLevel, we set the default return code as true (success) before checking validity of the current level or seeing if PromptToCheckoutLevels is successful. If we're unab ...