Volumetric Fog causing light to get darker after each lighting build

UE - Graphics Features - Jun 8, 2018

With dense volumetric fog enabled it will cause the lighting to get darker each build you do. ...

Static Mesh 's Light Map Coordinate Index set to 4 and execute a light build, the result will be incorrect.

UE - Graphics Features - Oct 1, 2018

Light Map Resolution is set to a small value (4 or 8), it will build normally. ...

Ensures reparenting a child blueprint with a call to parent function in interface function

UE - Gameplay - Blueprint Editor - Oct 10, 2017

REGRESSION: Yes, does not occur in 4.17.2 Ensures occur when reparenting a child blueprint that has a Call to Parent Function in a function from a Blueprint Interface. ...

Changing the value of a text struct variable inside a duplicated function that contains a Make Struct node will reset that value in the original function

UE - Gameplay - Blueprint - Mar 11, 2015

Changing the value of a text struct variable inside a duplicated function that contains a Make Struct node will reset that value in the original function. This does not appear to occur with other va ...

Typo: Top Down Sample Template has two folders for lighting. One is spelt "lightting"

Docs - Samples - Apr 23, 2020

Typo of lighting exists in the Top Down Template map.  ...

Hex code that is applied to a light is forcibly changed with using the Details panel in the World Outliner

Tools - Oct 7, 2015

If a user sets the light color with a node (Set Light Color) in blueprints, it will use the exact Hex code that is given. However, if the user uses the world outliner to set the light color of a lig ...

Editing static functions in Blueprint Function Libraries with hotreload can cause saving issues with blueprints calling them

UE - Gameplay - Blueprint - Sep 26, 2016

When editing a Static function from a Blueprint Function Library, any blueprints that have already had it added are unable to be saved. This can be worked around by removing the node and adding it a ...

Blueprint Function Library functions have a world context pin by default even when not necessary or desired

UE - Gameplay - Blueprint - Dec 16, 2016

Blueprint Function Library functions have a world context pin by default which makes it impossible to call them from blueprints who's parent class does not provide a GetWorld implementation. It seem ...

Using IES light profiles wtih source and radius length on a light

UE - Graphics Features - Jun 10, 2015

Developer struggling to make area lights Was trying to use an IES light profile and change source radius and length, but it didn't seem to scale in a way that made sense[Image Removed] Not sure if t ...

Crash running construction script after compiling BP function library

UE - Gameplay - Blueprint - Sep 15, 2020

Editor can assert when changing the signature of an editor authored Blueprint Library Function (FuncA) if that function is called from a Blueprint Library Function (FuncB) via an actor's constructio ...