Bink Media Player leaves last rendered frame in viewport on play

RAD - Bink Video - Aug 4, 2022

Essentially, when set to "Overlay Fill Screen," the Bink Media Player will render the last viewed frame over all game levels in PIE, without actually playing the video or being given any sort of pla ...

ICVFX Editor window blinking and render nodes hitching at the end of every Take Record

UE - Virtual Production - Tools - Multi-user - Feb 10, 2024

After a take record within multi-user has completed recording, and with Toggle Multi User Take Recorder Sync enabled, any other control boxes with the ICVFX window open to UV view will flash with th ...

Character sliding down a surface can prematurely land before reaching a walkable floor

UE - Gameplay - Player Movement - Apr 3, 2024

Under some circumstances, a character falling and sliding along a sloped surface may get hung up near the bottom of the surface before actually landing on the floor.  This seems to occur when slidin ...

A crash in editor will result after swapping inherited SCS component names at the parent class level before loading a child class that overrides them.

UE - Gameplay - Blueprint - Oct 26, 2018

This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...

Potential issue with components being created inside of components, with the outer component added to a BP

UE - Gameplay - Components - Nov 6, 2015

If a static mesh component is added to a scene component class and the scene component is added to an actor - the static mesh that is assigned in the blueprint will not show up in the blueprint edit ...

Deleting a Sync Marker created by an Animation modifier deletes all Sync Marks made by the Animation Modifier

UE - Anim - Jan 14, 2022

Using the delete key or context menu to delete a single sync marker created by an Animation Modifier deletes all sync markers created by the Animation Modifier. If all the markers are deleted, and ...

Code delegates duplicate function calls when owning actor is duplicated in the editor

UE - Foundation - Core - Jan 15, 2016

If an actor that contains a delegate bound in code is duplicated after being placed in the level, the delegate for the duplicate will also trigger the delegate for the original as well. ...

Python function unreal.AssetRegistry.get_assets_by_class is broken

UE - Foundation - Core - Nov 21, 2022

Repro Rate: 3/3 This issue was reproduced in //UE5/Release-5.1 at CL 23058290. This is confirmed to be a regression since the errors do not occur on the previous version and is regression tested o ...