I am currently looking at a crash dump that so far has been reported only once. Looking at the code and the disassembly for the dump, it looks like the code is passing a nullptr check on OwnerLastRenderTimePtr, and then immediately crashing because that pointer is now null:
[Image Removed]
[Image Removed]
This leads me to assume that another concurrent thread happened to bash that value at exactly the right time.
Searching existing threads lead me to this one from last June: [Dangling pointer + mem corruption related to [Content removed] It seems plausible that our crash is related to the same issue described there. Has there been any progress on an official fix for that issue that we could try pulling into our build? Or is the PostRename() workaround in that thread still the best way to handle that issue?
[Attachment Removed]