Foliage 'BlockAll' instanced static meshes do not affect NavMesh

UE - AI - Navigation - Feb 27, 2024

When placing static mesh foliage and setting the foliage mesh's Collision Preset to Block All,  the placed meshes do not consistently block parts of the nav mesh. Expected: Placed meshes (for examp ...

UV Import layout error increases with movement of UVs away from 0-1 Space

Tools - May 27, 2015

When a user sets up an unwrap using a space outside the original 0 to 1 space the unwrap will increasingly show errors of positioning. For Example, in the following images the lower left vertex of ...

Add Point node used with an InputKey of 0 or 1 will crash the editor on bp compile

Tools - Nov 29, 2016

Add Point node used with an InputKey of 0 or 1 will crash the editor on bp compile User Description: Unreal version 4.14 crashes every time that you use spline component and try to add the point 0 ...

Event Dispatcher not being called in 4.6

UE - Gameplay - Blueprint - Dec 8, 2014

ED nodes in 4.6 but are not being executed in standalone or cooked games. Also, users receive compile errors when the project is saved and reopened that resolve when the blueprint is recompiled. ...

Cannot Import Sound File with Duration Less Than 1 Second

UE - Audio - May 29, 2015

Unable to import a sound file shorter than 1 second in length. The two sound files attached are the same sound, but one has been extended to at least 1 second long and successfully imports. ...

Data Asset Deserialization crash after upgrading 4.19.2 to 421.1

UE - Foundation - Core - Feb 7, 2019

The User has provided an extensive log of their code base setup, and the process leading up to when the Assert occurs. "Our game mode & player state FSM are setup in a data driven manor using UDa ...

[CrashReport] Crash on Mac related to cooking for Android - libstdc++.6.dylib!std::_Rb_tree_rotate_left()

UE - Platform - Mobile - Jun 23, 2017

This is a common crash on Mac that has occurred since at least 4.12.5. It seems to occur during converting textures while cooking for Android. Callstack from LogLogCook:Display: Cooking /Engine/En ...

Fade track is not affected by "Restore State" flag

UE - Anim - Sequencer - Mar 24, 2017

Fade track is not affected by "Restore State" flag Regression: Sort of. Restore State wasn't available in 4.14, but the default behavior would leave the screen black Worked: 3249277 (4.14.3) Bro ...

GamePad input commands for multiplayer all send to player 1

UE - Gameplay - Input - Nov 20, 2014

When setup for multiplayer, all players are able to move around and control the camera with the analog sticks but button presses of all controllers only affect player 1. ...

The results of Roughness=1.0 from a constant and from a parameter are different on 4.20.

UE - Graphics Features - Sep 4, 2018

The results of Roughness=1.0 from a constant and from a parameter are different on 4.20. The static bool switch of the following material always returns 1.0. But the results are different.[Link Rem ...