Fatal Error: FMallocBinned2 Attempt to realloc an unrecognized block when exiting a packaged game that has the Bink Media plugin enabled

RAD - Bink Video - Sep 2, 2021

When exiting a packaged project with the Bink Media plugin enabled, a fatal error is shown. This does not occur in packaged projects without the Bink Media plugin enabled. The Bink Media plugin doe ...

Editor crash when disabling looping in a nested subscene

UE - Anim - Sequencer - Aug 26, 2021

Disabling looping in a nested subsequence seems to crash the editor upd. Regression was checked on //UE4/Release-4.26 CL 15973114, the issue wasn't reproduced. Regression - Yes ...

Ensure in MovieScenePropertyTrack when packaging

UE - Anim - Sequencer - Aug 24, 2021

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

Datasmith Tessellation does not work as operator in the visual dataprep

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

MediaFramework - Webcam Video input shows as black in Media Player

Media Framework - Aug 17, 2021

Alejandro Arango 3 days ago In fact, it seems the 4.27 changes are conditioned by WMFMEDIA_PLAYER_VERSION . So the only change needed is in WmfMedia.Build.cs . They only need to change it to say: P ...