Again, this would depend on where this call is being made as the GetWorld()
call will cause a crash if it is null and should be protected behind an if(GetWorld())
check. If you can provide a sample project that is demonstrating the crash you’re seeing it will help me investigate the issue locally.