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);
error message when install in U.E 5.3 - IS-IN-FCO2-82
How does TextureRenderTarget2D get TArray<uint8> type data?
How do I set a material as a post-processing material?
Why does the REMOVE method of map container remove elements have memory leaks?
UMG RichText not appear image when packaged
How to delete some elements correctly when deleting an array loop?
What is the difference between Camera and CineCamera?
Why does UV setting float2(1,1) display incorrectly in the material's custom node?
How to use the.usf file in the ue4 engine Shader in the material?
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 |