This issue has been closed as 'Won't Fix' due to an extended period of time without updates. If this issue is important to you please let us know by posting on the AnswerHub or UDN, and Epic will re-open the ticket for further review.
\Engine\Source\Runtime\Engine\Private\DrawDebugHelpers.cpp
DrawDebugSphere and DrawDebugAltCone both try to dereference variable 'LineBatcher' without checking for null, as the other DrawDebug functions do.
Use either DrawDebugSphere or DrawDebugAltCone in a CTOR and it will crash while attempting to dereference LineBatcher.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-30213 in the post.
1 |
Fix Commit | 3420964 |
---|---|
Main Commit | 3483258 |
Created | May 2, 2016 |
---|---|
Resolved | May 3, 2017 |
Updated | Jun 23, 2018 |