Data Tables can no longer import numeric enum values

Tools - Nov 1, 2017

Some changes to UEnumProperty::ImportText_Internal prevent this importing the stringified number (which is a float) as an enum value. This affects the JSON importer, and maybe the CSV one too. ...

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 ...

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 ...

Property Coloration isn't supported for Nanite

UE - Graphics Features - Nanite - Sep 11, 2023

Property Coloration View Mode is not supported by Nanite. (Left cube is Nanite and isn't affected by the Property Coloration view mode) [Image Removed] ...

BlueprintNativeEvents with no return value (void) cannot be overridden in Blueprints.

UE - Gameplay - Blueprint - Dec 22, 2014

BlueprintNativeEvents (and BlueprintImplementableEvents) are not available to be overridden in a Blueprint Graph if they do not return a value. This affects both functions present in source code, as ...

Soft Object References set directly on parameters are not correctly referenced

UE - Gameplay - Mar 19, 2020

REGRESSION: This regressed between 4.23 and 4.24 Assets set directly in a soft object reference pin on a blueprint function are not correctly referenced. ...

There is a moment of T pause when Post Roll Frames is enabled and snapping is enabled

UE - Anim - Sequencer - Apr 19, 2021

When I turn off snap, the problem does not occur The problem does not occur in 4.24.3 and 4.25.4 Occurs in 4.26.2 and UE4main ...

DLC Package content isn't recognized when using RequestAsyncLoad

UE - Foundation - Core - May 24, 2016

Attempting to load dlc assets with RequestAsyncLoad function results in the assets not being recognized. ...

Crash creating local variable in ABP function

OLD - Anim - Dec 5, 2019

Creating a local variable in an ABP function crashes ...