Stationary Spot Lights in Forward Rendering Incorrectly with PerVertex NonDirectional Translucency

UE - Graphics Features - Jun 14, 2019

Stationary Spot Lights in Forward Rendering cause artifacts when lighting transluceny set to Volumetric PerVertex NonDirectional. When the camera is moved around the object, the lit vertices flicker ...

Animation Blueprint Classes are Uncastable

OLD - Anim - Aug 13, 2019

It appears that the Anim Instance class is no longer accessible. As a result, no animation blueprints made are accessible via blueprints - regardless of whether or not the skeletal mesh actually use ...

FBX imported skeletal mesh has incorrect axis directions

UE - Editor - Content Pipeline - Import and Export - Aug 20, 2019

The axis the FBX is imported with has been inversed from prior versions. See attached screenshots. This causes issues specifically with vehicles, where the movement is happening into the forward dir ...

Rect lights cause visual noise on the light rendered when using raytracing

UE - Graphics Features - Lumen - Nov 12, 2019

Rect lights cause visual noise on the light rendered when using raytracing. It is easier to see when you get rid of all other light sources in the scene. I have attached an example project. This se ...

TMap Contains Node Returns False Incorrectly Under Specific Circumstances

Tools - Nov 20, 2019

The Contains node doesn't return an existing row from a data table under specific circumstances. This didn't occur when the struct the data table is based on was made via blueprints or there are mor ...

StopAtCurrentTime Node Sets Playback Position To 0.f In Level Sequence Actors

UE - Anim - Sequencer - Jan 20, 2020

Level Sequence actors have their current playback time to 0.f when using the StopAtCurrentTimeNode. In MovieSceneSequencePlayer.cpp line 288 TimeToResetTo is set to 0.f. Attached is a 4.24 example ...

Skybox Textures Have a Seam When Using a Cube With Inverted Normals

UE - Graphics Features - Feb 14, 2020

Skybox textures can have a seam when using an inverted cube for a sky. Attached is an example 4.24.2 project. Note: One of the attached seam screenshots is hard to see unless you expand it. Found ...

UMG Crashes When Using "Create Dynamic Material Instance" With An Optional Name Twice

UE - Editor - UI Systems - Feb 17, 2020

When using an Optional Name parameter in Create Dynamic Material Instance while using the same Optional Name twice in UMG the engine crashes. I have tested this in a actor blueprint that applies th ...

Crash editing Transition Logic after deleting State and Transition in State Machine

UE - Anim - Runtime - Anim Blueprints - Sep 8, 2020

Attempting to click on a node in a Transition Logic that has been opened in a new tab will cause a crash when the correlating State node and it's transition have been deleted from the State Machine. ...

Display Blueprint Added Components on subobjects with meta = (ShowInnerProperties)

UE - Gameplay - Blueprint Editor - Sep 28, 2021

Right now only native subobjects are displayed in the details panel with meta = (ShowInnerProperties) is set. Child Actor Components are an example of this, where if the child actor you have added h ...