Inaccurate motion vectors when using different position binding in renderer

UE - Niagara - Rendering - Jul 27, 2023

Even though the particles are not moving, and the velocity is zero, the output motion vectors are non-zero. This seems to only happen if using two sources of particle positions.  ...

BP property initialization fast path does not handle non-instanced properties assigned to default subobjects correctly

UE - Gameplay - Blueprint - Jul 27, 2023

Non-instanced object ref properties are incorrectly being skipped at property initialization time when Blueprint class instances are spawned with the fast property initialization path enabled. This ...

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

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

Level instance edit mode changes actor transforms

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

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

UE - Anim - Runtime - Jun 30, 2023

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

Rotation gesture inconsistent output

UE - Gameplay - Input - Jun 30, 2023

Rotation gesture input breaks on android. Not checked on ios/pc ...