When using ProceduralFoliageVolume, ActorFoliage can be used even if World Partition is enabled in UE5.0

UE - World Creation - Worldbuilding Tools - Foliage - Jun 28, 2022

UE5.0 does not support ActorFoliage at Levels where World Partition is enabled ( [Link Removed] ), but ActorFoliage will work via ProceduralFoliageVolume. And when you cook the level you will get an ...

Reparenting an actor BP to EditorUtilityActor does not give access to editor utility nodes

UE - Gameplay - Blueprint Editor - Jul 11, 2022

Ran into this while answering a UDN. A user was expecting to find the blueprint functions available to Editor Utility Blueprints after reparenting their actor to EditorUtilityActor. I confirmed that ...

Network Emulation outgoing dropped packets on client higher than expected

UE - Networking - Oct 14, 2022

Under certain network emulation settings, it looks like outgoing packets from the client will be dropped in groups (around 4 or more packets at a time) rather than individually. This leads to the ac ...

StartPlayInEditorGameInstance doesn't consider bStartInSpectatorMode for client instances

UE - Networking - Nov 15, 2022

In UGameInstance::StartPlayInEditorGameInstance, the server instance will go through the normal process of creating the URL using BuildPlayWorldURL, which checks the FGameInstancePIEParameters' bSta ...

Vector NotEqual / != displays default tolerance of "0" instead of "0.0001"

UE - Gameplay - Blueprint Editor - Nov 22, 2022

If this is just a display issue, it's still fairly significant because a tolerance of 0 and anything else are very different. I have not confirmed if it's only display or if the comparison is actual ...

Plugin cannot be created when adding the "-" character

UE - Foundation - Cpp Tools - Plugin System - Dec 15, 2022

Repro Rate: 10/10 This issue occurred in the live build of //UE5/Release-5.1 at CL 23058290. This was regression tested against //UE5/Release-5.0 at CL 20979098 and is confirmed to not be a regres ...

Rigidbody not moving when small force is applied, and only rotates when angular impulse ≥ 7

UE - Simulation - Physics - Solver - Jan 3, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...

Lock Content Browser resets when restarting the editor

UE - Editor - Content Pipeline - Content Browser - Jan 5, 2023

Regression: Tested in UE5/Release-5.0, the issue did not occur so this is a regression. ...

Characters can not pass through back faces of triangle meshes

UE - Simulation - Physics - Query - Jan 17, 2023

Here is a work around bool FTriangleMeshSweepVisitor::VisitSweep(const TSpatialVisitorData<int32>& VisitData, FRealSingle& CurDataLength) { ... if (CullsBackFaceSweepsCode != 0) { if ...

Fbx Importer: Need to clamp incoming vertex color

UE - Editor - Content Pipeline - Import and Export - Jan 30, 2023