LevelSequence Editor consumes input, even if the user last focused the Level Viewport

UE - Anim - Sequencer - Nov 27, 2024

LevelSequenceEditor has input priority over the Level viewport and other editor modules even though the Level viewport has been the last one selected. An example would be a cut operation. If you ha ...

Using GeoMerge on fragments of a GeometryCollection (GC) will create a new single particle while removing the old particles, but although you end up with less particles, the disk file size of the GC uasset increases.

UE - Simulation - Physics - Destruction - Nov 26, 2024

Using GeoMerge on fragments of a GeometryCollection (GC) will create a new single particle while removing the old particles, but although you end up with less particles, the disk file size of the GC ...

The ChaosCacheManager changes the bSimulatePhysics flag from the ObservedComponents and, if deleted, the change will persist, what can lead to confusion as observed physical entities will inadvertently stop simulating physics

UE - Simulation - Physics - Nov 26, 2024

The ChaosCacheManager (CCM) changes the bSimulatePhysics flag from the ObservedComponents and, if deleted, the change will persist, what can lead to confusion as observed physical entities will inad ...

Landscape / Volume Culling option doesn't work on Simplified HLODs

UE - World Creation - Worldbuilding Tools - HLOD - Nov 26, 2024

There are options on both landscapes and HLOD layers that when enabled, performs the  culling of invisible HLOD vertices (parts of HLOD meshes ending up below the terrain).  The option works fine w ...

In LandscapePatchComponent, expose HeightTextureAsset and HeightSourceMode to BP

UE - Content Tools - Terrain - Landscape - Nov 26, 2024

Requested by UDN : https://udn.unrealengine.com/s/case/500QP00000RyWvAYAV/requesting-an-engine-mod-to-access-certain-landscape-texture-patch-properties-in-blueprints-via-getters?fromCase=1 ...

Character jumping between two moving platforms will incorrectly inherit the sum of both platform velocities

UE - Gameplay - Player Movement - Nov 26, 2024

A character standing in a base will match its velocity to the base's velocity. If that character jumps into another base its velocity will be added to the new base's velocity and the character will ...

Updating Material does not update platform stats in derived Instance

UE - Rendering Architecture - Materials - Nov 26, 2024

It would seem that updating a material does not update the associated platform stats in a material instance editor, only the parameters. Can workaround by manually invoking shader compile in the ma ...

Crash on packaged dedicated server when a uproperty is marked as both replicated and editor-only

UE - Foundation - Cpp Tools - UnrealHeaderTool - Nov 26, 2024

In some situations, it can be useful to have a replicated editor-only C++ property (For example, the user that reported this issue was attempting to replicate settings to the client for game designe ...

Editor Performance issue : Loading/unloading multiple Levels / Level Instances triggers each time a call to FActorFolders::RebuildFolderListForWorld

UE - World Creation - Worldbuilding Tools - Level Instances - Nov 25, 2024

Revisit how FActorFolders are updated when loading/unloading Levels (level instances). The code should maintain the folder list instead of rebuilding everything. ...