Reference to material collection by Index instead of by Name causes inconsistency

UE - Rendering Architecture - Materials - Feb 21, 2024

A UDN user reports materials referincing parameter collections by index instead of by name. The problem manifests itself when rearranging the order of parameters belonging to collections, as the edi ...

Confirmation Dialog common UI in the Lyra Starter Game loses focus for gamepads after closing.

UE - Editor - UI Systems - Aug 20, 2024

When changing the language options in the default Lyra Starter Game project (5.3 and 5.4) with a controller, the settings menu loses focus after closing the confirmation dialog. Focus can only then ...

Lumen doesn't use correct sky light settings when GI scalability changes from Low to High

UE - Graphics Features - Lumen - Sep 24, 2024

When the Global Illumination scalability settings are changed in the editor from High to Medium, they primarily act on the r.Lumen.DiffuseIndirect.Allow and r.SkyLight.RealTimeReflectionCapture.  No ...

Using Start Players as Spectators checkbox does not affect Player0

UE - Gameplay - May 20, 2015

When setting up a custom game mode blueprint, if the "Start Players as Spectators" checkbox is checked the first player loaded in PIE will not be in spectator mode. ...

Skeletal mesh defined in code cannot be set in the editor.

UE - Gameplay - Blueprint - Apr 16, 2015

Defining a skeletal mesh component in code and attaching it to the root component will not allow the component's details to be editable inside the editor. ...

Adjusting properties of a Blueprint instance's components in the level does not update references to the properties in the BP's Construction Script

UE - Gameplay - Components - Oct 6, 2015

Adjusting properties of a Blueprint instance's components in the level does not update references to the properties in the BP's Construction Script. Note: this would work in 4.8.3. Reproduced in 4. ...

Text Render Actors do not maintain relative offset when attached to blueprints via construction script

UE - Gameplay - Dec 1, 2015

Text Render Actors do not maintain relative offset when attached to blueprints via construction script. This did not reproduce with other actor types. Types used: Static mesh actors, blueprints, b ...

Calling r.DistanceFieldAO command does not work in Shipping Game

UE - Graphics Features - Mar 24, 2015

Calling the r.DistanceFieldAO command does not work in Shipping Game. It is being called from inside the level blueprint with the "Execute Console Command" node. In the example projects I have it ...

REINST error breaks links in blueprints calling a blueprint component that has been altered

UE - Gameplay - Blueprint - Aug 24, 2015

Changing a blueprint component (adding a function, adding inputs, etc) causes REINST errors if PIE is pressed immediately after compiling without compiling all blueprints that are calling the compon ...