Chaos Vehicle wheel output data does not include the wheel forces

UE - Simulation - Physics - Oct 5, 2023

This is more of a feature request than a bug. From a UDN customer. The output from the simulation to the game thread does not include the force that has been applied at each wheel. It would be pref ...

UBlueprintEditorLibrary::RemoveUnusedVariables doesn't treat the implicit target of an Event nodes as used

UE - Gameplay - Blueprint - Oct 4, 2023

UBlueprintEditorLibrary::RemoveUnusedVariables removes (object) variables from a blueprint even if that blueprint graph had Event nodes that are bound "inline" to that object variable. For example: ...

Fracture Tool - Popup menu for tree items on the Geometry Collection Outliner is missing the option "Static" for setting "Initial Dynamic State"

UE - LD & Modeling - Modeling Tools - Oct 4, 2023

As reported by the customer in the related UDN case, when right-clicking a tree item on the Geometry Collection Outliner inside the Fracture Tool, the popup menu should display 4 options for setting ...

[AI] Nav Modifier Volume inside of a Level Instance does not update navmesh when moved

UE - AI - Navigation - Oct 3, 2023

The issue is seen when using a normal navmesh inside of a World Partitioned level. Adding a Nav Modifier Volume to a Level Instance, and placing the Level Instance in the world will affect the navme ...

Editor crash when deleting a outline folder with subfolders and using context menu

UE - Editor - Workflow Systems - Oct 3, 2023

A user has reported that when using the Scene Outliner in a large map that has many actors and nested folders in the Outliner, deleting a folder that has subfolders from the Scene Outliner with Dele ...

[Audio Gameplay Volumes] - AGV components don't retrigger on virtualized sounds inside AGVs

Audio-Gameplay-Engineering - Oct 3, 2023

[Link Removed] This also occurs with Submix overrides and for settings where the listener is outside the volume. From Ryan: Likely when this setup occurs, AGVs needs to know to re-evaluate interi ...

Add an easy way to change Data Layer(s) on an existing Landscape.

UE - World Creation - Worldbuilding Tools - World Partition - Oct 3, 2023

Since Landscape actors are created by the PartitionActorSubsystem, it is currently not allowed to manually change the DataLayers of existing Landscape Actors. We need to provide a Tool to allow cha ...

Landscape Resize Tool Stall

UE - LD & Modeling - Terrain - Landscape - Oct 3, 2023

From licensee: We're trying to reduce component count on our landscape using the resize tool. When modifying the landscape execution never completes. When I hit pause and get a breakpoint to see wh ...

Add BP function that returns the list of DataLayerInstances in the DataLayerManager

UE - World Creation - Worldbuilding Tools - World Partition - Oct 3, 2023

A licensee doesn't have access to all DataLayerInstances of the DL Manager via Blueprint. [Link Removed] ...