Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected

UE - Gameplay - Blueprint - Aug 3, 2015

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected. Refreshing the call node does not reset the inputs to their defaults. Reproduced in ...

Lighting on Paper 2D Tile Maps is Broken

UE - Graphics Features - May 8, 2018

In 4.18.3 this feature is working. In 4.19.2 the feature is broken. Per User: Half of the Lights Cone or Sphere will properly interact with the TileMap as intended, the other half will not for wha ...

Networked Root Motion Sources can experience desynchronisation that is not present in animation root motion under forced adjustment

UE - Gameplay - Feb 13, 2024

In a networked environment with high packet loss (or high forced adjustment factor), motion applied using Root Motion Sources can desynchronise under conditions that animation root motion does not. ...

Matinee movie recording is broken in 4.10

Tools - Dec 18, 2015

When trying to record a movie from a matinee in 4.10, it can fail for a number of reasons: 1. The folder does not exist 2. The cinematic view modes do not take effect 3. Trying to record a streamin ...

Niagara mesh particles have incorrect normals when scaled

UE - Niagara - Apr 27, 2020

Niagara mesh particle normals do not match those of static mesh actors. ...

BP timelines: when converting internal curve to external, the external curve isn't used until BP is recompiled

UE - Gameplay - Blueprint Editor - Aug 28, 2023

Blueprint timelines: when converting an internal curve to an external curve asset, the curve asset's data isn't used until the blueprint is recompiled. This is confusing as there is no indication th ...

Inherited Blueprint component template data is not being validated on save.

UE - Gameplay - Blueprint - Sep 8, 2022

UBlueprint::IsDataValid() does not currently check component templates inherited from a parent Blueprint class asset's SimpleConstructionScript; only the current class hierarchy is considered. Given ...

Local binary build fails with iOS platform included

UE - Foundation - Cpp Tools - Sep 26, 2018

This report is very similar to [Link Removed] (the command line used to run the build is slightly different), but the build fails with a different error. In this case, a source file is being looked ...

Tilemaps with masked materials respond to lighting at incorrect directions

UE - Gameplay - Paper2D - Nov 19, 2018

Tilemaps using lit methods of rendering are subject to strange lighting behavior. If the material for the tilemap is using a 'masked' method of rendering.  Lighting will appear at incorrect angles. ...

Set Members in Struct node doesn't work if the Struct is contained within an Array

UE - Gameplay - Blueprint - Dec 9, 2014

Set Members in Struct node doesn't work if the Struct is contained within an Array. ...