The ResavePackages commandlet with -ResaveClass and -IncludeChildClasses doesn't resave unloaded assets

UE - World Creation - Worldbuilding Tools - Nov 28, 2024

The ResavePackages commandlet can be used to batch resave assets. The ResaveClass and IncludeChildClasses options let one resave all assets of a specific parent class. The problem is that blueprint ...

Large World Coordinates appears to not work for Niagara Mesh Particles

UE - Graphics Features - Nov 28, 2024

When a Niagara System is placed at around 10^8 units away from the origin, the movements of the mesh particles aren't smooth as expected, but jumpy. These particles behave as if they are using a flo ...

Bindless Virtual Textures are sampled with non-virtual samplers

UE - Rendering Architecture - Materials - Nov 28, 2024

Texture Collections can contain virtual textures. There is no way to inform TextureObjectFromCollection that the texture is virtual, only that it is a Texture2D. This texture object is then sampled ...

CharacterMovementComponent: NavWalking with high value for NavWalkingFloorDistTolerance can causes character meshes to be teleported up/down when crouching/uncrouching

UE - AI - Navigation - Nov 27, 2024

Context CharacterMovementComponent can be set in the NavWalking mode so that on the server the characters move using the navigation mesh as floor. This helps performance when the nav mesh is more c ...

During blueprint reparenting SimpleConstructionScript subobject unmodified values are retained as modified values

UE - Gameplay - Blueprint Editor - Nov 27, 2024

When reparenting blueprints and both the old and new parent blueprint contain a subobject but with different values on it, the reparented blueprint doesn't correctly inherit values from the new pare ...

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 ...