UAbilitySystemComponent's CurrentMontageStop() function does not use OverrideBlendOutTime Float Parameter.

UE - Gameplay - Jul 2, 2019

In the attached example, the third person mannequin character's BeginPlay() runs an Ability_Task which starts an animation montage. In the task it is specified that the blend out time (BlendOutTime ...

Preview Scene - Lighting Rig Rotation rotates Environment Map and Directional Light in opposite directions

UE - Graphics Features - Aug 25, 2020

When previewing an object, manually changing the rotation using the Lighting Rig Rotation rotates Environment Map and Directional Light in opposite directions. This bug makes it difficult to do look ...

Crash when calling FillDataTableFromCSVString() while viewing the contents of the data table

When the function UDataTableFunctionLibrary::FillDataTableFromCSVString() is used from Editor Utility Blueprints or Python Scripts, and the contents of the affected Data Table are currently being vi ...

Take Recorder - Viewport Freezing and Performance Degradation When Recording Without Subsequences

UE - Anim - Sequencer - Take Recorder - Apr 11, 2024

Description: In Unreal Engine 5.4, when recording camera movements using the Take Recorder with the "Record Sources Into Sub Sequences" option turned off, significant viewport freezing and performan ...

iOS Device displays textures darker than in Editor

UE - Platform - Mobile - Jan 30, 2017

The issue is that on iOS devices textures are displaying significantly darker than expected. I did a color calibration with my monitor to get a more accurate representation of the texture. I set th ...

Granular Synth stays silent since it cannot load the sound with Stream Caching enabled

UE - Audio - Jun 1, 2020

Using Granular Synth with Stream Cache enabled, Granular Synth will stay silent since it cannot load the sound with Stream Caching turned on. This was reported and tested in 4.25 (CL-13144385). Thi ...

The AngularLimit visualizer isn't displayed as expected when adjusting the AngularRotationOffset

UE - Simulation - Physics - Dec 9, 2016

The AngularLimit visualizer isn't displayed as expected when adjusting the AngularRotationOffset. You can manually rotate the PhysicsConstraint and it will rotate the AngularLimit visualizer, howe ...

[CrashReport] UE4Editor_SlateCore!FSlateElementBatcher::AddElements() [elementbatcher.cpp:52]

UE - Editor - UI Systems - Slate - Nov 21, 2017

This is an infrequent crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Based on affected project names, this may be a VR is ...

Standalone network profiler UI is cut off and unuseable at default DPI scale

UE - Networking - Sep 4, 2020

The network profiler C# exectuable that shipped in 4.25 is not fully useable on either my development machine or my home machine, because part of the UI is cut off below the window no matter how I r ...

DrawDebugString display wrong position in PIE when changed display scale

Tools - Sep 16, 2020

The display position of the text in DrawDebugString is affected by the scale of the display. Should refer to the Project() of DebugCanvas (not Canvas). -  Suggest Code void AHUD::DrawDebugTextL ...