UnrealVS: Compile Single File no longer working after upgrading to 5.3

UE - Foundation - Cpp Tools - UnrealVS - Oct 2, 2023

After installing the UnrealVS version that arrived with 5.3. I can no longer use CompileSingleFile. It does however work on the Lyra project. One difference I notived, however, is that Lyra seems to ...

Scale box affects all children in a parent container widget when setting User Specified Scale

UE - Editor - UI Systems - Jul 5, 2018

When a scale box is the the first child of a container widget, setting the user specified scale to 0 will affect all other widgets in the same parent container. ...

When r.CustomDepth = 3 (Enabled with Stencil), the values of SceneDepth and CustomDepth are different on IOS

UE - Graphics Features - Jan 7, 2019

The user wants to express using the difference between SceneDepth and CustomDepth. However, when r.CustomDepth = 3 (Enabled with Stencil), the expression can not be realized because the SceneDepth a ...

Blueprints with accent characters fail to open when converted from 4.19 to 4.20

Tools - Oct 2, 2018

Any Blueprint with accents in the name, coming from 4.19 won't open in 4.20. Double clicking the asset, trying to right click asset, results in no actions. When loading the project this message app ...

TMaps with instanced objects: modifying instanced object data in child affects parent

UE - Gameplay - Blueprint - Jul 25, 2023

Given a TMap where the value type is an instanced object: when a child blueprint is saved with modifications to the TMap, and then additional TMap are added to the parent blueprint and the child blu ...

Setting Lightmap Coordinate Index Past 3 Causes Mesh to Get No Lightmap Information

UE - Graphics Features - Nov 20, 2018

Meshes with their Lightmap Coordinate Index set to anything over 4 will not be lit by static or stationary lighting.  Found in CL# 4.19 4033788, 4.20 CL# 4369336, 4.21 CL# 4541578, 4.22 CL# 4573698 ...

Xcode 8.3.2 fails to successfully build 4.15.1 from source code

UE - Platform - Apple - May 2, 2017

Attempting to build 4.15.1 from source code using Xcode 8.3.2 currently results in the build failing due to warnings that occur in fbxsdk, AlembicImporter, and MetalRHI. ...

Projects crashing on launch after converting from 4.7.3 to 4.7.4

UE - Gameplay - Blueprint - Apr 3, 2015

A couple users have reported a crash when opening their 4.7.3 project in 4.7.4. From MikeB:https://answers.unrealengine.com/questions/205043/473-to-474-project-crash-on-startup.html The guy is hit ...

[Audio Modulation]- Modulation of Pitch Destination on a Source Bus with a Parameter Patch affects Volume instead

UE - Audio - Modulation - Mar 20, 2024

Stepping in the inner area updates the Control Bus on the Patch, but the Modulation is applied to the Volume destination instead of Pitch. Reproduction rate: 5/5 This also occurs in //UE5/Release- ...