Steps to Reproduce

The issue is a race condition that only reproduces under the following conditions within a frame:

  1. A reflection capture proxy is released.
  2. A separate primitive referencing the proxy as a cached reflection component is added to the scene (e.g. due to a SetTransform call). This must happen between when the proxy is released and the next InitViews call on the render thread.

This results in a crash on the mobile base pass mesh processor, which attempts to dereference the cached reflection proxy. AddToScene will attempt to cache the reflection proxy, but only if it is null. Thus, cached proxies must be nulled out after a removal event to avoid this scenario.

Have Comments or More Details?

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

0
Login to Vote

Fixed
ComponentUE - Graphics Features
Target Fix4.23
Fix Commit7250568
Release Commit7252119
CreatedJul 9, 2019
ResolvedJul 9, 2019
UpdatedSep 19, 2021