We have an issue with artefacting of virtual shadow maps on low poly meshes: [Link Removed] We would like to request a higher polygon version of the sphere for UE5's release/starter content, which ...
It does not appear to matter to the repro steps what is input to the VertexInterpolator, it matters more that there is a Normalize between the VertexInterpolator and the base color input of the mate ...
Base Pass Shader results are not showing, or showing up incorrectly when looking at the Stats results within the material editor of an Unreal Editor using Vulkan. Regression Tested: //UE4/Release-4 ...
When the text in spinbox has focus, it doesn't get the change notification externally. It may also be worth noting that ctrl z or ctrl y also do not get bubbled up to undo the text box values. It a ...
The content browser compares folder names against INVALID_LONGPACKAGE_CHARACTERS, which allows parentheses. However, object paths compare against INVALID_OBJECTPATH_CHARACTERS, which disallow parent ...
For comparison, this issue doesn't seem to occur when recreating the setup with Set Material Attributes/GetMaterialAttributes. It seems isolated to the Make/Break nodes. ...
This is an interesting bug because it is only happening on BeginPlay. I guess that there is some order of operations that the camera manager uses during creation that will stop if the game is paused ...
The following code in UPlayerInput::GetChordsForKeyMapping is at fault for this: !(KeyMapping.bAlt || KeyMapping.bCtrl || KeyMapping.bShift || KeyMapping.bCmd || ActionBinding.KeyEvent == EInputEv ...
This occurs in UE5/EA and in Release-5.0 ...
The desired behavior from a user perspective here is that they'd be able to use Static Switches in a decal master material to toggle different features and behaviors. In the above setup, if I set th ...