Bug in StringTemplate.cpp related to modulo operator in MaterialTemplate.ush (code fix provided)

UE - Rendering Architecture - Materials - Jun 25, 2024

Shader Template files like MaterialTemplate.ush do not submit previous chunks when encountering a `%` character, unless that `%` character is `%s` or `% {...} `. Because the error is happening ...

Control Rig settings are not retained between editor sessions or carried into deployed game

UE - Anim - Rigging - Control Rig - Jun 10, 2020

Control Rig settings are not retained between editor sessions or carried into deployed game ...

Race condition in full builds of UE4 engine source

UE - Foundation - Cpp Tools - UnrealBuildTool - Sep 26, 2019

This is a race condition caused by how "Clean.bat", a batch file used during rebuilds, tries to manually rebuild the UnrealBuildTool project when it runs. This causes a spam of UnrealBuildTool build ...

Crash occurs when diffing blueprint that has had one of its variables changed to a Soft Object Reference

UE - Gameplay - Blueprint Editor - Oct 3, 2017

A crash occurs when diffing a blueprint that contains an array that has changed from an Object Reference to a Soft Object Reference. Note: I figured that this could be related to another bug that I ...

Crash occurs when blueprint breakpoint is placed after a Draw Debug String node

UE - Gameplay - Blueprint - Aug 22, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL 26001984 The editor crashes when playing in editor on a level that has a break point placed on a ticking draw debug string node that is prec ...

Visual helpers checkbox is not working.

TM - Tools - May 22, 2024

Works fine in 2023.1 ...

SetWorldOrigin in console command crashes editor

UE - Gameplay - May 6, 2016

Using the SetWorldOrigin console command crashes the editor. Frequency 3/3 Crashreporter N/A Regression (yes) issue (does not) occur in 4.11.2 ...

[CrashReport] UEdGraphSchema_K2::PinHasSplittableStructType

UE - Gameplay - Blueprint - Sep 14, 2017

This crash is affecting a few users in 4.17. ...

Assets in disabled Emitter will cooked and loaded in Game.

UE - Niagara - Aug 17, 2015

Assets referred from disabled Emitter will cooked and loaded in Game. And licensee wants to make ParticleSystem with some emitters and sometimes they want to keep emitters but disabled. But disabled ...

Crash when building lighting with a skylight that draw lit translucent material

UE - Graphics Features - Aug 14, 2017

A common crash affecting many users in 4.17.0 ...