Description

We have various casts across the engine on the scene, which fail to cast when the scene is a null scene.

				FScene* Scene = (FScene*)(World->Scene);
				Scene->UpdateEarlyZPassMode();

We should do an audit across the code base and fixup these casts. We should remove the casts and make the base class just have UpdateEarlyZPassMode implemented to a "no-op"

[Link Removed]

Have Comments or More Details?

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

0
Login to Vote

Unresolved
Target Fix5.5
Main Commit30129354
CreatedDec 4, 2023
UpdatedJan 24, 2024