In 5.4: zooming out far with the mouse wheel after setting the editor viewport to orthgraphic view triggers an ensure:
ensure(InOrthoZoom >= MIN_ORTHOZOOM && InOrthoZoom <= MAX_ORTHOZOOM);
This issues doesn’t appear to block development in most cases, and it doesn’t always
happen when testing the repro steps, but this may have cause issues elsewhere and
does appear to be unintended behavior.
1.Create a blank level in 5.4
2.Change the editor viewport to an orthographic view (e.g. Top view, ALT + J)
3.Zoom out with the mouse wheel as far as you can.
4.Note that an ensure failure error is printed to the output log.
ensure(InOrthoZoom >= MIN_ORTHOZOOM && InOrthoZoom <= MAX_ORTHOZOOM);
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-220465 in the post.
1 |
Component | UE - Editor |
---|---|
Affects Versions | 5.4 |
Target Fix | 5.5 |
Fix Commit | 31854393 |
---|
Created | Jul 29, 2024 |
---|---|
Resolved | Aug 3, 2024 |
Updated | Aug 6, 2024 |