The vive trackpad inputs all read as the same input. Found in 4.24.1 Reproduced in 4.25 Main ...
In addition to the Crash Reporter: We have a user reporting this on the AnswerHub: https://answers.unrealengine.com/questions/346668/editor-crashing-on-launch-35-new-install-mac-osx-1-1.html Upon ...
Custom Events with binding to "OnAudioFinished" do not work if "Persist across level transition" is set to true when using the "Create Sound 2D" node. This was reported and tested in 4.23.1 (CL-96 ...
The shortcut for "Select All Descendants" doesn't select the contents in the selected folder in the World Outliner. Using the right-click method works exactly as expected. This was reported and tes ...
The haptic feedback stuff is meant for VR devices, and has never worked with DualSense or any other console (afaik) that isn't a VR device. We technically could support this, but it would just be ...
in UE 5.0.2 open TestActor Blueprint compile correct. but in UE 5.1 Blueprint Compile not correct ...
When using the Draw line node the line thickness will not change. The value appears to always be equal to 1. ...
When in Content Examples' Animation map, the clothes of Owen on sample 1.3 can be seen jumping upward not in sync with any movement. ...
This only happens on a 5700XT, tested this on the 7900XT and the issue did not occur Initially reported on the Preview 1 forums: https://forums.unrealengine.com/t/unreal-engine-5-4-preview/1763516 ...
When using the increment/ Decrement macros they are off by one. When using the ++ macro the return value is one higher than the actual variable and 1 lower when using the – macro. ...