NiagaraComponent attached to the character won't stay active when travelling to a new level using seamless travel

UE - Niagara - Jul 27, 2023

The pawn character is added to APlayerController::GetSeamlessTravelActorList, so it'll be persisted during server travel. The Niagara component is spawned during BeginPlay and activated manually. W ...

WorldPartitionRenameDuplicateBuilder rename breaks soft object refs

UE - World Creation - Worldbuilding Tools - World Partition - Jul 26, 2023

Renaming map using builder will break soft obj refs and warnings will also appear in the log: Warning: Serialized Class /Script/Engine.World for a property of Class /Script/Engine.Actor. Reference ...

UFE: Can't delete custom launch profiles

UE - Editor - UI Systems - Jul 26, 2023

The confirmation message will fails spawning with the following messages in the log:  [2023.07.25-20.04.01:038][  0]LogWindows: Error: Failed to create dialog. The specified resource type cannot be ...

Virtual Heightfield Mesh crash using released Vertex Factory

UE - Rendering Architecture - Jul 25, 2023

When using VirtualHeightfieldMesh we see intermittent crashes in FDepthPassMeshProcessor::TryAddMeshBatch(). This can happen when FVirtualTextureProducerCollection::CallPendingCallbacks() is called ...

Console history in packaged game is not saved

UE - Foundation - Core - Jul 25, 2023

Console history is saved correctly in 5.1. The cause is input.ini in EnhancedInput and InputDebugging added in 5.2. Removing these files are a work around. ...

FMaterialResource::IsDualBlendingEnabled bug

UE - Rendering Architecture - Materials - Jul 24, 2023

The user has a proposed fix for this in the case. FMaterialResource::IsDualBlendingEnabled needs the following modification that includes MaterialInstance check: bool bMaterialRequestsDualSourceBle ...

Cull Distance Volumes don't work with WP

UE - World Creation - Worldbuilding Tools - World Partition - Jul 19, 2023

Level instance edit mode changes actor transforms

UE - World Creation - Worldbuilding Tools - Level Instances - Jul 18, 2023

When breaking a level instance, foliage instances in the LevelInstance are placed in the wrong location

UE - World Creation - Worldbuilding Tools - Level Instances - Jul 8, 2023

Following code works as a work around. The code updates placement information of instances. TMap<UFoliageType*, TArray<const FFoliageInstancePlacementInfo*>> AInstancedFoliageActor::GetInstancesF ...

Compatible Skeletons: Support additive animations with different skeleton for additive base

UE - Anim - Runtime - Jun 30, 2023

See linked UDN for details: [Link Removed] ...