When using a controller to navigate/ interaction with UI it appears that the "Skip Assigning Gamepad to Player 1" option is not taken into account when assigning input for UI. ...
This comes from this UDN : [Link Removed] It occurs with this setup : [Image Removed] , where Set Material Attributes expressions act as inputs to the Landscape Layer Blend material expression. ...
When using distance fields with instance meshes from the foliage tool everything works correctly, however, when simulating or PIE the distance fields will be removed. This working correctly in 4.7.5 ...
Disabling the 'Use Landscape Lightmap' when using procedural foliage, will skew the placed instanced meshes. Regression? Yes, this issue did not occur in the 4.13.1 release. ...
Skeletal meshes do not respect collision changes from World Dynamic, always returns as Dynamic. Regression (no) issue (does) occur in 4.12.5 ...
Adding multiple instances to instance static mesh component in a code class causes an ensure to trigger when an instance of the class is added to the level. ...
Lighting is unbuilt in all levels in Content Examples. Multiple warnings appear in the log "Discarding cached lighting data which will cause lighting to be unbuilt" LogStaticMesh:Warning: Cached co ...
If the user turns down the Resolution scale, plays in editor, and then ejects from the currently controlled pawn The actors in the scene will be hard to click on because they appear to be offset fro ...
GameActivity.java needs to be updated to show the ad popup window on Android 7.0 devices. GameActivity.java uses Gravity.BOTTOM or Gravity.TOP to place the ad. One thing to try would be to edit ...