Try to play in editor in ExampleLevel, expect a crash on this line:
|
AFGGameState* gameState = CastChecked<AFGGameState>( GetWorld()->GetGameState() ); |
Suggested workaround: modding edit that makes the cast not checked, and adds checks where gameState gets used.