Paper2D Sprite Vertex Normals changed from 4.23 to 4.24

UE - Gameplay - Paper2D - Dec 12, 2019

Comparing static mesh cube, plane, and a paper2d sprite with a lit material it appears that we've changed how we calculate the vertex normals for paper 2d sprites, see below: [Image Removed] ...

Niagara Vector Field CPU access Error prevents its use in projects

UE - Niagara - Jan 31, 2020

Niagara VectorFields do not function properly since "Fix CPU Access" changes are not persistently saved. After every Editor restart or reopening projects, the Niagara-VectorField driven Emitter and ...

Linux server builds of 4.24.0 failing due to Text3D plugin's dependencies on FreeType2 and HarfBuzz

UE - Platform - Linux - Jan 31, 2020

The build error is descriptive. FreeType2.Build.cs and HarfBuzz.Build.cs explicitly check if they are being used for a Unix server build and throw exceptions to prevent that. Commenting out those ex ...

Landscape LOD tessellation is broken in 4.24

UE - LD & Modeling - Terrain - Landscape - Oct 16, 2019

Landscape LOD tessellation creates big holes in landscapes. ...

ClothConfigNV is reset when reloading assets that had been saved with 4.24

UE - Simulation - Physics - Character - Jul 21, 2020

The new config object is created with the same serialization name as the legacy one "ClothConfigNV", causing the legacy data to be reset prior to migration. Replacing In UClothingAssetCommon::AddCl ...

Fix AGameModeBase::GetGameSessionClass

UE - Gameplay - Dec 5, 2016

AGameModeBase::GetGameSessionClass wasn't properly returning the set GameSessionClass. ...

Fixing a Blueprint's compilation error after editor reload causes instances to lose transform

UE - Gameplay - Blueprint - Feb 23, 2023

Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...

[Audio Import] - Cue Points are stripped on import on 24-bit wave files

UE - Audio - Jul 12, 2022

When importing wav files with a higher bit depth than 16, any cue points on the file are stripped.  ...

Action Rpg Sample Creating a new GameplayCue handler crashes the editor in 4.24

UE - Gameplay - Dec 17, 2019

In Action Rpg sample, creating a new Blueprint of type GameplayCueNotifyActor or GameplayCueNotifyStatic, results in an Engine crash. The call stack leads to a PrintF Slate warning message that woul ...