Custom UVs don't store information properly in layered materials.

UE - Rendering Architecture - Materials - May 9, 2022

[Link Removed] I have this set up so that FX artists can stack UV manipulations, so I don't want to just have all the UV manipulation in the layer with the base color, even though that does give me ...

After importing morph target: Ensure condition failed: Referencing SkeletalRenderGPUSkin.cpp

Tools - Sep 23, 2017

Hit handled ensure when dragging the slider in Morph Target PreviewLogOutputDevice: Error: Ensure condition failed: DynamicData->MorphTargetWeights.Num() == LODModel.MorphTargetVertexInfoBuffers.Get ...

MetalRHI Asserts When Using "Profile GPU" With RHI-Thread/Parallel-Execution

UE - Graphics Features - Sep 14, 2016

When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...

Forward Shading: Scene Capture 2D crash when assigning a RGB Capture Source

UE - Graphics Features - Dec 12, 2016

When using Forward Shading for the project, if you assign a source target to a SceneCapture2D and use either BaseColor in RGB or Normal in RGB the editor will crash. Tested with: Broken: 4.14.1 B ...

ShooterGame server crash Failed to find Font VRText_RobotoLarge

UE - Editor - Workflow Systems - Aug 23, 2016

ShooterGame servers crash on the Linux and Mac machines. The following failed to find Font warnings appear in the output: [2016.08.23-16.59.05:186][ 0]LogUObjectGlobals:Warning: Failed to find ob ...

Crash in FVulkanLinuxPlatform

UE - Platform - Linux - Apr 17, 2019

Using the command in the repro steps on Linux will cause the Editor to crash and CrashReporter to pop up with a callstack. This behaves differently when tried on Windows with -vulkan. The project ...

Crash launch application adding .umap url

UE - Foundation - Core - Aug 6, 2020

The application crashes when adding ".umap" to the launch map at application launch. If not specify ".umap", it will be able to launch application. There appears to be a failure to parse the URL. Th ...

Crash may occur if Actor is selected on the outliner and then discarded

UE - Editor - Workflow Systems - Jul 1, 2022

Discarding Actor while it is selected on the outliner may cause a crash. This may be caused by operations from C++ not being listed in the UNDO list, which may refer to unreferenced objects during ...

EQS Overlap test no longer recognizes custom Collision Object Channel

UE - AI - Nov 12, 2019

Environment Queries Ignore tests for Custom Collision Object Overlaps. Note: The expected behavior seems to have worked in 4.21, After following the steps to reproduce, I can verify a successful de ...

Delta struct serialized fast arrays replicating new elements with no changelist

UE - Networking - Jun 14, 2021

There is a scenario where delta struct serialized fast arrays can replicate changes that introduce additional elements to the array, but without changelists containing the new data. This needs furt ...