Start time of subtitle gets incorrectly modified at runtime

Tools - Apr 14, 2016

The time field of a subtitle is incremented incorrectly at runtime. This is caused by the wrong array being modified by the subtitle manager when queuing subtitles. A fix is provided by the licensee ...

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

Custom font reverts to default font in a packaged game

UE - Editor - UI Systems - Jan 19, 2017

Custom font reverts to default font in a packaged game Notes: Importing of fonts appears to be handled differently for 4.15 Appears to be a regression ...

Packaging fails if a Blueprint is set to be nativized but it is not included in a level

UE - Gameplay - Blueprint Runtime - Apr 6, 2017

Packaging a project will fail if a Blueprint is set to be nativized and that Blueprint is not included in a level. REGRESSION: Yes. The project packages successfully in 4.15. ...

[CrashReport] UE4Editor_Engine!FHLSLMaterialTranslator::GetParameterUniformExpression() [hlslmaterialtranslator.h:1671]

UE - Graphics Features - May 25, 2017

This is a top trending crash in the 4.16 release. This may be a regression from 4.15. Additional information is currently unknown. Users have not provided any details. ...

Animations don't respect Restore State when they are part of a Shot/SubSequence

UE - Anim - Sequencer - May 25, 2017

Animations don't respect Restore State when they are part of a Shot/SubSequence Regression: YES Broken: 4.15 (3450819) Worked: 4.14 (3249277) ...

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