The function "FStaticMeshLODResources::GetResourceSizeEx(...)" does not take into account that the buffers might be emptied, due to Mesh Streaming. This causes "obj list" to report sizes larger than ...
Clicking the GameMode Override dropdown in the World Settings tab crashes the editor. Also occurs with any of the sub-options for the GameMode. Does not appear to occur if there is not already an ex ...
REGRESSION No, occurs in 4.14.3 On Mac, scrolling slowly (one or two notches) does not have any affect in editor, whereas on the Windows, this has full effect. This was seen in editor (with scroll ...
If a struct variable inside a blueprint has its node split, changing the variable form one struct to another does not update the split pin. Recombining / resplitting the struct has no affect. Work ...
User does not change anything in Client Play Camera Shake. Reproduced in 4.8 and Main (//depot/UE4/Promotable-CL-2581498). This is a Regression: it works as expected in 4.7.6 ...
When you are packaging and deploying your project to an iOS device, If Supports Landscape Right orientation is the only Orientation checked, It will show incorrectly on the iOS device. Tested on an ...
The Self Hit Test Invisible is not working as intended for the Check Box component in 4.16. The check is still taking in an input. This issue does not occur when using the "Hit Test Invisible" optio ...
Jittering effect with Physics Constraint Actor using Linear Limits. This only seems to affect the Physics Constraint Actor from the Modes panel, with the static mesh starts near the physics constrai ...
Random Stream variables in the GameMode are reset every PIE. Workaround is to use Set Random Stream Seed before using the Stream value. Reproduced in 4.7.6, 4.8.1, and Main (//depot/UE4/Promotable ...
When you declare a plugin as "Editor" type, the plugin is still included in a packaged development build. Found in 4.10.3 binary. Reproduced in 4.11 Preview 5, and Main CL 2870013 ...