Viewports: Marquee selection always selects skeletal meshes in ortho viewports

Tools - Apr 16, 2015

Box select always selects skeletal meshes in ortho viewports, even when not touching the actor. Switching on Strict Box Selection fixes it as a workaround. ...

Crash in FMediaPlayerBase::TickPlayer in Shipping builds

Media Framework - Jul 28, 2017

A crash can occur in FMediaPlayerBase::TickPlayer in Shipping builds. This is because FMediaPlayerBase::NativePlayer is not a thread-safe shared pointer. The fix is to make it ESPMode::ThreadSafe. ...

Allow demo functions from Execute Console Command.

UE - Networking - Aug 10, 2017

Continuation of [Link Removed] Previous ticket addressed the crash. However, it didn't fix the FScoedLevelCollectionContextSwitch to allow for demo commands to be run from Execute Console Commands. ...

RetargetSource in AnimSeqeuence doesn't affect DDC key

UE - Anim - Runtime - Aug 4, 2020

Retarget source doesn't affect DDC key, so it causes incorrect result. Changing the anim sequence DDC key generation to include it fixes this issue. ...

[Feature Request] Event triggering skipped in subsequences and shots

UE - Anim - Sequencer - Feb 11, 2021

Events in subscenes can be skipped if playback skips over the end of the subscene before evaluating the event. ECS allows for determinism fences which can fix this issue. ...

InitializeAnimScriptInstance may only need to be called if the mesh actually changes when restoring state in Sequencer

UE - Anim - Sequencer - Sep 23, 2021

The fix for [Link Removed] reinitializes the anim bp whenever the animation section restores state, it may only be necessary to reinitialize it if the skeletal mesh changes. ...

Camera manager will not tick if the game is paused on begin play or possessed events

UE - Gameplay - Nov 4, 2021

This is an interesting bug because it is only happening on BeginPlay. I guess that there is some order of operations that the camera manager uses during creation that will stop if the game is paused ...

Changing Frame Buffer Pixel Format to Float RGBA makes the editor color look greyed out.

UE - Virtual Production - Rendering - Color - Jan 20, 2022

Changing Frame Buffer Pixel Format to Float RGBA makes the editor color greyed out with a faded look. This is not a regression it is occurring in 4.27. ...

Adding a Structure BP parameter with a Enum BP as a member to a Niagara Module Script crashes the engine

UE - Niagara - Apr 6, 2022

Adding a parameter of type structure bp which references an enum as a value to a module script crashes the engine. This issue is also occurring in 4.27. ...

Ensure thrown when applying a Linear Color User Exposed Variable in a Niagara Emitter

UE - Niagara - May 20, 2022

This is a regression tested in //UE4/Release-4.27 CL18319896. Ensure thrown when applying a Linear Color User Exposed Variable in a Niagara Emitter. ...