Description

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.

Steps to Reproduce

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); 

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-220465 in the post.

1
Login to Vote

Fixed
ComponentUE - Editor
Affects Versions5.4
Target Fix5.5
Fix Commit31854393
CreatedJul 29, 2024
ResolvedAug 3, 2024
UpdatedAug 6, 2024
View Jira Issue