When upgrading a 4.19.2 project to 4.20 Preview 3 the Nav Area Class is changed to None instead of the value it was before the upgrade. Upgrading from 4.18.3 to 4.19.2 works as expected. This was t ...
Calling DiscardPlayerInput() does not appear to actually discard the player input. The comment for the function indicates that input will be consumed and discarded without doing anything with it. Ho ...
There is a major performance drop after 4.18 when calling draw material to render target. This is an issue reported by many community members, and there seem to be additional reports with different ...
InString with Curly brackets are copied to clipboard as DefaultValue="\"{Hello}\"", and the pasted result does not include the Curly brackets. "Brace drop itself is happening in FParse::Li ...
No user comments in crash group 394 for (StrideCellPoint[StrideAxis] = StrideAxisMin; StrideCellPoint[StrideAxis] <= StrideAxisMax; ++StrideCellPoint[StrideAxis]) 395 { 396 ** ...
This issue is regression. It don't occur with 4.18.3. Sequencer behavior differs between PIE and package build. As shown by the attached .png, in PIE one character moves, but in package build it ap ...
The textScale parameter in AddOnScreenDebugMessage does not change the scale of the debug message. ...
the editor Crashes when trying to "Update Mesh Section" on any procedural mesh just after "Clear Mesh Section" and "Create Mesh Section" for different vertices and triangles. Found in 4.19 CL# 4033 ...
When using CircleDOF with the old algorithm it will not properly blur objects close to the camera. Working properly in 4.19 CL# 4033788 Found in 4.20 Preview 2 CL# 4121666 and 4.21 CL# 4131780 T ...
The AddScalarParameterKey(), AddVectorParameterKey(), and AddColorParameterKey() functions in the UMovieSceneParameterSection class are not currently exposed to be called from outside of the module. ...