FFunctionalTestingModule::GetMapTests does not support World partition

UE - World Creation - Worldbuilding Tools - World Partition - Mar 15, 2022

Adding a track for LayerData.Offset to UMG Animation throws an Ensure

UE - Anim - Sequencer - Mar 14, 2022

Adding a track for LayerData.Offset throws an ensure that states "No default blender class specified on property, and no custom blender specified on entities. Falling back to float blender." This do ...

ARCore: Camera does not function in ARDebugCheck app

UE - Platform - XR - Mar 14, 2022

The camera is not turning on when using the ARDebugCheck app. Some details:The app does not ask for Camera permission and defaults to denied.ARDebugCheck is a Black screen after selecting "Start AR" ...

[CrashReport]UnrealEditor-D3D12RHI!FD3D12QueryHeap::EndQueryBatchAndResolveQueryData(FD3D12CommandContext &) [D3D12Query.cpp:408]

UE - Rendering Architecture - RHI - Mar 14, 2022

Generated from CrashReporter Error Message:Assertion failed: ActiveAllocatedElementCount <= QueryHeapCount [File:D:\build\++UE5\Sync\Engine\Source\Runtime\D3D12RHI\Private\D3D12Query.cpp] [Line: 40 ...

[CrashReport]UnrealEditor-Chaos!Chaos::TEventContainer<Chaos::FCollisionEventData>::DispatchConsumerData() [EventManager.h:214]

UE - Simulation - Physics - Mar 14, 2022

Generated from CrashReporter Error Messages:Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 691] Array ind ...

[Device Swap] - Ensure when connecting a controller or USB audio device while audio is playing in PIE

UE - Audio - Mar 11, 2022

Ensure when swapping to a newly connected USB audio device.  {no format} Ensure condition failed: Cache.Contains(DeviceIdName) [\build++UE5\Sync\Engine\Source\Runtime\Windows\AudioMixerXAudio2\P ...

Delegate fixup doesn't work when bound functions are not in the current BP

UE - Gameplay - Blueprint - Mar 11, 2022

When BP functions are bound to native delegates with float parameters, we perform fixup on the BP functions such that their float parameters are converted from double precision to single precision. ...

Launching any QAGame map on Linux with an NVIDIA Card crashes at launch

UE - Graphics Features - Mar 11, 2022

Workaround:  "Start with "-windowed" in your command line until the issue is resolve" Engine does not crash. However, a crash appears when the game is launched in the output log. Issue is occurring ...

SceneTexture:WorldNormal causes decal to ignore Emissive Color

UE - Rendering Architecture - Materials - Mar 11, 2022

SceneTexture:WorldNormal causes decal to ignore Emissive Color.  ...

Memory leak when using Blueprint Debugger while inspecting a return value

UE - Gameplay - Blueprint - Mar 11, 2022

Potential memory leak when using Blueprint Debugger to inspect a return value multiple times while playing. User also reported this would cause a crash, but I didn't try to max out ram usage to trig ...