When hovering over items located at the bottom right corner of the Content Browser while the Editor is maximized, the tooltip is not displayed. It seems that the tooltip would extend beyond the edge ...
UE4.9.1 under Editor Preference3s ->Experimental -> Cooking it says "Iterative cooking for builds launched [form] the editor." Correction: [from] ...
Widget components appear to be affected by lighting. This causes differences in color between widget components and widgets that have been added to the viewport. ...
I tried to debug. In:for (int32 StackIndex = Stack.Num() - 1; StackIndex >= FirstStackIndexToRemove; --StackIndex) { Stack[StackIndex]->Dismiss(); // <-- here } It crashes because Stack is em ...
If a sublevel is duplicated and contains a landscape, the editor will crash when the duplicate level is added to the persistent level as a sublevel. Frequency 4/4 Regression (yes) issue (does not ...
On file [Engine\Source\Runtime\AIModule\Private\EnvironmentQuery\EnvQueryManager.cpp:812], function UEnvQueryManager::CreateQueryInstance() uses StaticDuplicateObject() to create a new UEnvQuery* (d ...
If the Preview rendering level is changed to Android ES3.1 Preview during PIE, the editor will crash. ...
Opening the maps from the Soul: City asset pack on Linux causes a crash. This seems to be rendering related. It was originally reported as a Vulkan specific issue but we've reproduced it without Vul ...
When Megalights is enabled, light can leak into areas that should be occluded for lights with smallish (5.0) source length and source size. [Image Removed][Image Removed] This was taken with r.Ray ...
When playing in viewport, the user is not able to see the collision of a mesh marks as hidden in game if they run the "Showflag.collisionpawn 1" console command. ...