Changing preview mesh appears to affect initial transforms of all control rigs in level viewport

UE - Anim - Rigging - Control Rig - Apr 16, 2024

It seems that switching the preview mesh in the control rig editor is affecting the initial transforms in the hiearchies of related control rigs in the level viewport.  This seems to be due to the c ...

AdvanceTimeByDistanceMatching doesn't respect PlayRateClamp when DistanceTraveled is 0

UE - Anim - Gameplay - Oct 6, 2022

UDN link: [Link Removed] ...

Scale is 0.0f when editing a curve with Animation Sequencer.

UE - Anim - Runtime - Jun 6, 2018

There are conditions. ・EnableRootMotion is true. ・Adidive Anim Type is Mesh Space or Local Space. https://udn.unrealengine.com/questions/436446/%E7%89%B9%E5%AE%9A%E6%9D%A1%E4%BB%B6%E3%81%AE%E3% ...

Differences in DistanceToNearestSurface and DistanceFieldGradient results between 4.27 and 5.0

UE - Graphics Features - Apr 27, 2022

In the UE5 case, we end up seeing very harsh lines in both the gradient and the distance to nearest surface examples whereas the results in 4.27 appear smooth.  It was also interesting to observe c ...

Replicated subobjects list crashes with unreachable yet valid objects when UE_NET_SUBOBJECTLIST_WEAKPTR=0

UE - Networking - May 8, 2023

This seems to occur when the subobject is considered unreachable but is not yet pending kill/marked as garbage. In this case, IsValid returns true while FWeakObjectPtr::Get returns nullptr for the o ...

Unnecessary warning "LogChaosCloth: Warning: Invalid pattern data. Num pattern indices 0 != Num welded indices"... for all SKM cloth

UE - Simulation - Physics - Character - Apr 26, 2024

This warning is technically correct, panel-based cloth is disabled, but it's expected and there's nothing the user can actually do about it. This comes from a UDN. ...

WPO is incorrectly generated on materials using Material Attributes as input to Landscape Layer Blend node

UE - Rendering Architecture - Materials - Jan 31, 2024

This comes from this UDN : [Link Removed] It occurs with this setup :  [Image Removed] , where Set Material Attributes expressions act as inputs to the Landscape Layer Blend material expression. ...

Double Properties break reset to default and inherited value propagation

UE - Gameplay - LWC - Apr 13, 2022

This is an issue with how FPropertyValueImpl::ResetToDefault works: it uses GetDefaultValueAsString to reset the default value. This is problematic because the LexToString function that is eventuall ...

SplineComponent - setting roll affects tangents

UE - Gameplay - Components - Jun 12, 2023

Licensee reports issue with setting roll on a spline component control point. ...