'Directions are not Compatible' error on ForEachLoopWithBreak if split struct pin is disconnected from Enum type

UE - Gameplay - Blueprint - Mar 25, 2015

'Directions are not Compatible' error on ForEachLoopWithBreak if split struct pin is disconnected from Enum type. Note: If the pins are reconstructed and the resplit, the error is fixed. ...

ScrollBox: Add Inertial Scrolling (Touch)

UE - Editor - UI Systems - Oct 16, 2015

Verify that inertial scrolling works in the ScrollBox and the ListView on touch devices. We have reports that it isn't working in 4.9, it may have been fixed since then, or not be as smooth as it c ...

WmfMedia: Track switching does not work

Media Framework - Aug 31, 2016

Track switching is currently not supported, because media with multiple tracks of the same type fail to load. Once that is fixed, implement run-time track switching. ...

HLOD is Offset when "Use Max LOD As Imposter" Is Enabled

UE - World Creation - Worldbuilding Tools - HLOD - Sep 12, 2019

HLOD is Offset when "Use Max LOD As Imposter" Is Enabled Found in 4.23 CL# 8386587, 4.24 CL# 8569829 ...

BeginPlay not called for Post-Process Anim Instance

OLD - Anim - Oct 29, 2019

Post-Process Anim Instances do not have BeginPlay called. The proposed fix is to addif (PostProcessAnimInstance) { PostProcessAnimInstance->NativeBeginPlay(); PostProcessAnimInstance->Blu ...

Niagara module scripts "Map Get" node displays the 'Module' parameter as "Input"

UE - Niagara - Mar 9, 2020

The module parameter in a niagara module script displays the incorrect name Tested: 4.24.3, 4.25P, 4.26 ...

Text 3D Component not available in Blueprints

UE - Virtual Production - Jun 8, 2020

After enabling the Text3D plugin, Text3D component is not available to add to an Actor Blueprint in 4.25. This had previously worked in 4.24.3 ...

Sequencer particle toggle tracks evaluate one extra frame

UE - Anim - Sequencer - Jul 1, 2020

It looks like particle toggle tracks use TimeRangeToNumberRange which gives the incorrect range as a result of CL 10893518 which fixed [Link Removed]. ...

Deterministic cooking issue caused by ParticleModuleTypeDataGPU

UE - Niagara - Jan 18, 2021

This problem is similar to the following case. [Link Removed] [Link Removed] It seems to have been fixed in 4.16, but the licensee reported it in 4.25. ...

Can't connect Date Time and Time Spawn pins to math nodes

UE - Gameplay - Blueprint Editor - Feb 2, 2023

we can do a "cheap fix" here by adding the "IgnoreTypePromotion" metadata to the date time functions, but there are some underlying issues with the FindBestMatching func in this case causing it to f ...