Change this code to
if ( ( GetWorld() -> GetTimeSeconds() - LastDoorOpenTime ) > ClosedDoorDelay)
then will not crash anymore
Change this code to
if ( ( GetWorld() -> GetTimeSeconds() - LastDoorOpenTime ) > ClosedDoorDelay)
then will not crash anymore