Ran into a crash when trying to programmatically add foliage to a large WP level with some unloaded IFAs. ...
The editor crashes when entering Kanji characters into TextRenderActor with raytrace enabled. This does not happen with English text. ...
When FLinearColor is used inside slate code, the third vector value is ignored. This causes FLinearColor(1,1,1) to produce the same color as FLinearColor(1,1,0). This also causes FLinearColor::Blu ...
Arabic text can appear clipped at certain zoom levels when using DejaVu Sans. This issue doesn't occur when using Noto Naskh. ...
A text block's outline appears to provide an outline for the drop shadow as well. ...
If a phsyics actor set to start awake is placed at the top of a trigger box, it will remain at rest. Regression? (No), issue (does) occur on 4.10.4 ...
Some of the lines within the launched or packaged version on Android for the draw line function, but not all of them do. This has been checked on iOS and it's working perfectly fine in both 4.8.3 an ...
When using the "Insert execution pin after" option with a sequence node "Then 0" gets removed. ...
If the player calls the nodes Pause > Play > Pause > Play, the media player will stop working. ...
An error message in DataTable.cpp is intended to display the value of an int32 variable, but instead outputs "%d". ...