UnrealEditor hangs at 96% when launched on Linux

UE - Platform - Linux - Jan 14, 2021

Unshelving the CL's mentioned in the repro steps causes Unreal Editor to stall when loading up on Linux. Issue still occurs when the unshelved CL files are reverted. ...

Editor Utility Widget - 'Fill Data Table from JSON string' node parsing error

Tools - Nov 24, 2020

Issue also occurs in 4.25 therefore not a regression. Original issue was submitted by a user 'Fill Data Table from csv string' node does work though The following is a snippet of the error output ...

"Assertion failed: NumberOfFreeBits >= 0" on clients that attempt to connect to a server with the -NoPacketHandler option

UE - Networking - Oct 6, 2020

With the rework of IP address resolution in 4.25, this assert now occurs. When no packet handler is used, UPendingNetGame::InitNetDriver calls SendInitialJoin() immediately, before async address res ...

BaryCentric comparison inaccuracies

UE - LD & Modeling - Modeling Tools - Mesh Editing - Nov 12, 2019

A user reported FMath::SegmentTriangleIntersection returning false negatives, seemingly due the results of FMath::ComputeBaryCentric2D being checked with strict inequality as opposed to non-strict i ...

Get Transform at Distance Along Spline does not work properly with Blueprint Nativization enabled if the Spline has multiple points

Tools - Dec 13, 2018

Using Get Transform at Distance Along Spline with a spline that has multiple points along with Blueprint Nativization causes the output of the node to become unpredictable. Regression? No This occ ...