Files
UnrealEngineUWP/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.cpp
jon cain 9087ca8fab Add additional Orthographic Camera settings for further user control granularity per camera instead of relying on CVars, and manually set the PT_OrthoCamera test to ignore the automatic plane resolution logic to avoid regression.
No serialization is occuring because these should be enabled on all ortho cameras by default, even older ones as old ortho scenes did not work correctly in any sample project, however some edge cases are expected. With serialization, many cameras would need their settings manually updated, whereas without serialization, the edge cases in older cameras are rare because Ortho has not worked for so long and in general these settings will improve those cameras.
SceneCaptures are unaffected as their default logic should always be false due to their much wider use cases.

#jira UE-210297
#rb chris.kulla


#virtualized

[CL 32449978 by jon cain in ue5-main branch]
2024-03-22 16:54:41 -04:00

12 KiB