Images Rendered out by Movie Render Queue has much more visible Banding issue in gradient

UE - Virtual Production - Rendering - Color - Aug 21, 2021

I did some experiment locally. At very first I thought it's the image compression issue, since the issue is also obvious while rendered out images as JPG and PNG, there's no image compression qualit ...

Curve interpolation settings are forced to change from User to Break when importing animation from FBX in Sequencer

UE - Anim - Sequencer - Aug 20, 2021

Due to the following code in [Link Removed] (CL-11585172), it is always set to Break even if the Tangent value is continuous. ArriveTangent = LeftTangent * (ArriveTimeDiff); ... LeaveTangent = Ri ...

Tangent is divided twice by Decimal Rate when importing animation from FBX in Sequencer

UE - Anim - Sequencer - Aug 20, 2021

The cause is that the ImportFBXProperty in MovieSceneToolHelpers.cpp is divided by DecimalRate. ArriveTangent = ArriveTangent / ((Key.Time - PrevKey.Time) * DecimalRate); LeaveTangent = LeaveTange ...

Compiling a Blueprint class resets the actor label in the World Outliner for all instances of that class.

UE - Editor - Workflow Systems - Aug 19, 2021

Any instances of a Blueprint class that were given a custom label in the World Outliner will have their labels reset to the object instance name whenever that Blueprint class is recompiled. The lab ...

AbilityAsync objects do not have proper EndAction support

UE - Gameplay - Blueprint - Aug 18, 2021

UAbilityAsync objects do not properly support a way to EndAction like a UAbilityTask. ...

Instanced subobject property values nested inside struct members are copied from default data at object initialization time, possibly leading to an EDL error at runtime.

UE - Foundation - Core - UObject - Aug 18, 2021

When initializing struct members from default data at UObject initialization time, we are currently copying struct properties that contain instanced subobjects from the default data. This can potent ...

Crash in FMacApplication::FindScreenByCocoaPosition when using the mouse in the ILIAD plugin.

UE - Platform - Apple - Aug 18, 2021

I think this could occur anytime but is probably very rare. However using this plugin from the reported UDN makes it much easier to repro as they are calling FMacApplication::ConvertCocoaPositionTo ...

Datasmith Tessellation does not work as operator in the visual dataprep

UE - Editor - Content Pipeline - Visual Dataprep - Aug 18, 2021

Include better comments/warnings for certain edge cases when using dependent actors with RepGraph

UE - Networking - Aug 17, 2021

A recent UDN brought up two scenarios with dependent actors in RepGraph that could use better comments/warnings. The first is that calling ForceNetUpdate on an actor that is only replicated as a de ...