Geometry Collection Actors do not respond with the appropriate Actor nor Component for OnComponentHit events

UE - Simulation - Physics - Solver - Apr 22, 2022

Geometry Collection Actors do not respond with the appropriate Actor nor Component for OnComponentHit events. Upon placing a breakpoint after following the steps to reproduce, you can see that the O ...

Base Pose Type Not Retained When Retargeting Animation with Additive Anim Type

UE - Anim - Rigging - Retargeting - Apr 22, 2022

Occurs 3/3 Times Base pose animation is not retained when retargeting animation with an additive anim type. ...

Replicated Timelines Update runs once for Clients when you change its Play Rate

UE - Networking - Apr 22, 2022

See linked UDN for more info. This looks to be because of how OnRep_Timeline handles any changes to the component's FTimeline struct. If the timeline isn't playing, OnRep_Timeline will call SetPlayb ...

Distance Cull Fade Node on Material does not work with Skeletal Mesh

UE - Rendering Architecture - Materials - Apr 22, 2022

The licensee reports that this issue is caused by the following code not performing a Buffer update. .\Engine\Source\Runtime\Renderer\Private\ShaderBaseClasses.cpp void FMeshMaterialShaderElementD ...

Shared collection using SVN as SCC Provider has "!" icon in the content drawer

UE - Editor - Workflow Systems - Apr 22, 2022

One of the problems is Editor can not get correct SVN status of collections at launch. The following workaround enables to get the correct status. FCollectionStatusInfo FCollection::GetStatusInfo() ...

Assigning FSoftObjectPath to null entry in Blueprint Trips ensure on Compile/Load

UE - Gameplay - Blueprint Editor - Apr 21, 2022

[Link Removed] Able to set default values for Sequence & Map variables for a Movie Pipeline Executor Job causing an Ensure & Crash. Repro Rate: 4/4 Tested this in //UE4/Release-4.27 @ CL#18319896 ...

[Attenuation][Air Absorption] - When the listener moves across the min-distance transition point, the HPF pops

UE - Audio - Spatialization - Apr 21, 2022

A pop can be heard when crossing the Air Absorption distance range while using an HPF. From Slack: "I tracked it down to specifically the HPF – it's when the filter turns on, it jumps instantly to ...

Custom Stencil does not display in UE5.0

UE - Editor - UI Systems - Apr 21, 2022

Notify selection in Persona breaks with custom windows display scaling

UE - Anim - Runtime - Apr 21, 2022

The notify panel in the animation editor doesn't currently support windows display scaling. If the user changes the display scale to something like 150% then selection of notifies is inaccurate. T ...

Setting the Take Recorder Panel's mode several times through scripting can cause the panel to become invalid

UE - Anim - Sequencer - Apr 21, 2022

The bug can be worked around by checking the Panel's mode before setting it. ...