A GameplayAbility that destroys its owning actor inside ActivateAbility() causes a crash, because actor destruction will modify the ability list but ActivateAbility() is called within an ABILITYLIST ...
Memory leak when comparing scale value with 0 on transform. It appears that the memory used by the editor increases by 25-50 mbs while comparing the scale to 0. Regression (no) issue (does) occur ...
This is a common crash affecting users in 4.16. Over 100 users have been affected, although they have not provided additional information. Source Context 469 TokenStreamIndex++; 47 ...
The bug affects skeletal mesh animations when played in sequencer with AnimBP after another animation which was set to Keep State. This is a follow-up to [Link Removed]. Two animations now play cor ...
Material's RGB base color values are changed in Unlit mode when specular is greater than 0. User repro video: [Link Removed] Tested in: 4.23.1 CL#9631420, 4.25 CL#11574810 ...
When character input is defined in code, adding a call to the Get[AxisMapping] node in blueprints causes input for the specific mapping to fail. Note: This only affects code based input, Blueprint ...
While testing this issue it was interesting to discover how the surrounding BSP's were affected. They seemed to clip/disappear according to the surface normals of the deleted brushes. There is a si ...
It seems that when playing a Rich Text Block into a Retainer Box, it causes the text inside the yellow row style to have additional spaces added to it. The user who reported this issue also had issu ...
When two controllers connected, player2 input is disabled in client mode in PIE. It worked correctly in 4.25, but it has been wrong since 4.26. Digging into FSlateApplication::ProcessKeyDownEve ...
1) Using the Meta specifier EditCondition will gray out the property box so that it cannot be clicked, but using tab from another property box will place the cursor inside the grayed out box. 2) V ...